ChatClientDataSourceMarkup class
For a SelectionInput
widget that uses a multiselect menu, a data source
from Google Chat.
The data source populates selection items for the multiselect menu. For example, a user can select Google Chat spaces that they're a member of. Google Chat apps:
Constructors
- ChatClientDataSourceMarkup({SpaceDataSource? spaceDataSource})
- ChatClientDataSourceMarkup.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceDataSource ↔ SpaceDataSource?
-
Google Chat spaces that the user is a member of.
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