type property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? type
getter/setter pair

Type of parameter. Possible string values are:

  • "PARAMETER_TYPE_UNSPECIFIED" : Not specified. No validation will be performed.
  • "STRING" : Represents any string value.
  • "NUMBER" : Represents any number value.
  • "BOOLEAN" : Represents a boolean value.
  • "NULL" : Represents a null value.
  • "OBJECT" : Represents any object value.
  • "LIST" : Represents a repeated value.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? type;