bottom property Null safety

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

长方形区域的底边所对应的纵坐标。

Implementation

@JsonKey(includeIfNull: false)
int? bottom;