GoogleAppsCardV1ImageCropStyle class
Represents the crop style applied to an image.
[Google Workspace add-ons and Chat
apps](https://developers.google.com/workspace/extend): For example, here's
how to apply a 16:9 aspect ratio: cropStyle { "type": "RECTANGLE_CUSTOM", "aspectRatio": 16/9 }
Constructors
- GoogleAppsCardV1ImageCropStyle({double? aspectRatio, String? type})
- GoogleAppsCardV1ImageCropStyle.fromJson(Map json_)
Properties
- aspectRatio ↔ double?
- 
  The aspect ratio to use if the crop type is RECTANGLE_CUSTOM.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
- type ↔ String?
- 
  The crop type.
Possible string values are:
  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