bounds property Null safety

Bounds bounds
@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;