top property

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

The Y coordinate of the top side of the rectangle.

Implementation

@JsonKey(includeIfNull: false)
int? top;