outputLevel property Null safety

int outputLevel
@JsonKey(name: 'OutputLevel', fromJson: OnvifUtil.mappedToInt), final

Volume setting of the output. The applicable range is defined via the option AudioOutputOptions.OutputLevelRange.

Implementation

@JsonKey(name: 'OutputLevel', fromJson: OnvifUtil.mappedToInt)
final int outputLevel;