GoogleAppsCardV1Widgets class
The supported widgets that you can include in a column.
[Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend)
Constructors
- GoogleAppsCardV1Widgets({GoogleAppsCardV1ButtonList? buttonList, GoogleAppsCardV1ChipList? chipList, GoogleAppsCardV1DateTimePicker? dateTimePicker, GoogleAppsCardV1DecoratedText? decoratedText, GoogleAppsCardV1Image? image, GoogleAppsCardV1SelectionInput? selectionInput, GoogleAppsCardV1TextInput? textInput, GoogleAppsCardV1TextParagraph? textParagraph})
- GoogleAppsCardV1Widgets.fromJson(Map json_)
Properties
- 
  ButtonList widget.
  getter/setter pair
- chipList ↔ GoogleAppsCardV1ChipList?
- 
  ChipList widget.
  getter/setter pair
- dateTimePicker ↔ GoogleAppsCardV1DateTimePicker?
- 
  DateTimePicker widget.
  getter/setter pair
- decoratedText ↔ GoogleAppsCardV1DecoratedText?
- 
  DecoratedText widget.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- image ↔ GoogleAppsCardV1Image?
- 
  Image widget.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- selectionInput ↔ GoogleAppsCardV1SelectionInput?
- 
  SelectionInput widget.
  getter/setter pair
- textInput ↔ GoogleAppsCardV1TextInput?
- 
  TextInput widget.
  getter/setter pair
- textParagraph ↔ GoogleAppsCardV1TextParagraph?
- 
  TextParagraph widget.
  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