minGain property Null safety

double? minGain
@JsonKey(name: 'MinGain', fromJson: OnvifUtil.nullableMappedToDouble), final

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

Implementation

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