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