width property Null safety

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

水印图片的宽(px)。

Implementation

@JsonKey(includeIfNull: false)
int? width;