gain property Null safety

double? gain
@JsonKey(name: 'Gain', fromJson: OnvifUtil.nullableMappedToDouble), final

The fixed gain used by the image sensor (dB).

Implementation

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