iconType property

String? iconType
getter/setter pair

The icon type to use for the rating.

Required. Possible string values are:

  • "RATING_ICON_TYPE_UNSPECIFIED" : Default value. Unused.
  • "STAR" : A star icon.
  • "HEART" : A heart icon.
  • "THUMB_UP" : A thumbs down icon.

Implementation

core.String? iconType;