top property Null safety

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

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

Implementation

@JsonKey(includeIfNull: false)
int? top;