cropArea property
(Optional) Display area of the video frame, see Rectangle. width and height represent the video pixel width and height of the area. The default value is null (width or height is 0), which means that the actual resolution of the video frame is displayed.
Implementation
@JsonKey(name: 'cropArea')
final Rectangle? cropArea;