height property

  1. @JsonKey.new(name: 'height')
int? height
final

水印图像的高度,单位为像素。

Implementation

@JsonKey(name: 'height')
final int? height;