maxGain property Null safety

double? maxGain
@JsonKey(name: 'MaxGain', fromJson: OnvifUtil.nullableMappedToDouble), final

Maximum value of the sensor gain range that is allowed to be used by the algorithm.

Implementation

@JsonKey(name: 'MaxGain', fromJson: OnvifUtil.nullableMappedToDouble)
final double? maxGain;