left property Null safety
@JsonKey(includeIfNull: false), read / write
The X coordinate of the left side of the rectangle.
Implementation
@JsonKey(includeIfNull: false)
int? left;
The X coordinate of the left side of the rectangle.
@JsonKey(includeIfNull: false)
int? left;