right property Null safety

int? right
@JsonKey(includeIfNull: false), read / write

长方形区域的右边所对应的横坐标。

Implementation

@JsonKey(includeIfNull: false)
int? right;