right property

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

The X coordinate of the right side of the rectangle.

Implementation

@JsonKey(includeIfNull: false)
int? right;