positionInLandscapeMode property Null safety

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

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

Implementation

@JsonKey(includeIfNull: false)
Rectangle? positionInLandscapeMode;