bitRate property Null safety

int bitRate
@JsonKey(name: 'Bitrate', fromJson: OnvifUtil.mappedToInt), final

The output bitrate in kbps.

Implementation

@JsonKey(name: 'Bitrate', fromJson: OnvifUtil.mappedToInt)
final int bitRate;