bottom property

  1. @JsonKey(includeIfNull: false)
int? bottom
getter/setter pair

The Y coordinate of the bottom side of the rectangle.

Implementation

@JsonKey(includeIfNull: false)
int? bottom;