GoogleAppsCardV1ImageComponent class
Represents an image.
[Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):
Constructors
- GoogleAppsCardV1ImageComponent({String? altText, GoogleAppsCardV1BorderStyle? borderStyle, GoogleAppsCardV1ImageCropStyle? cropStyle, String? imageUri})
- GoogleAppsCardV1ImageComponent.fromJson(Map json_)
Properties
- altText ↔ String?
- 
  The accessibility label for the image.
  getter/setter pair
- borderStyle ↔ GoogleAppsCardV1BorderStyle?
- 
  The border style to apply to the image.
  getter/setter pair
- cropStyle ↔ GoogleAppsCardV1ImageCropStyle?
- 
  The crop style to apply to the image.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- imageUri ↔ String?
- 
  The image URL.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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