bounds property Null safety
@JsonKey(name: 'Bounds'), final
Rectangle specifying the Video capturing area. The capturing area shall not be larger than the whole Video source area.
Implementation
@JsonKey(name: 'Bounds')
final Bounds bounds;