width property

  1. @JsonKey(includeIfNull: false)
int? width
getter/setter pair

The width (pixels) of the watermark image.

Implementation

@JsonKey(includeIfNull: false)
int? width;