height property Null safety

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

水印图片的高(px)。

Implementation

@JsonKey(includeIfNull: false)
int? height;