GoogleAppsCardV1SelectionItem class

An item that users can select in a selection input, such as a checkbox or switch.

[Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):

Constructors

GoogleAppsCardV1SelectionItem({String? bottomText, bool? selected, String? startIconUri, String? text, String? value})
GoogleAppsCardV1SelectionItem.fromJson(Map json_)

Properties

bottomText String?
For multiselect menus, a text description or label that's displayed below the item's text field.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool?
Whether the item is selected by default.
getter/setter pair
startIconUri String?
For multiselect menus, the URL for the icon displayed next to the item's text field.
getter/setter pair
text String?
The text that identifies or describes the item to users.
getter/setter pair
value String?
The value associated with this item.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited