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