outputLevel property Null safety
@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;