GoogleAppsCardV1GridItem class

Represents an item in a grid layout.

Items can contain text, an image, or both text and an image. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
A user-specified identifier for this grid item.
getter/setter pair
image GoogleAppsCardV1ImageComponent?
The image that displays in the grid item.
getter/setter pair
layout String?
The layout to use for the grid item. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
The grid item's subtitle.
getter/setter pair
title String?
The grid item's title.
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