positionInPortraitMode property Null safety

Rectangle? positionInPortraitMode
@JsonKey(includeIfNull: false), read / write

视频编码模式为竖屏时的水印坐标。 详见 Rectangle

Implementation

@JsonKey(includeIfNull: false)
Rectangle? positionInPortraitMode;