left property

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

The X coordinate of the left side of the rectangle.

Implementation

@JsonKey(includeIfNull: false)
int? left;