type property

String? type
getter/setter pair

The plant's pollen type.

For example: "GRASS". A list of all available codes could be found here. Possible string values are:

  • "POLLEN_TYPE_UNSPECIFIED" : Unspecified plant type.
  • "GRASS" : Grass pollen type.
  • "TREE" : Tree pollen type.
  • "WEED" : Weed pollen type.

Implementation

core.String? type;