maxExposureTime property Null safety

double? maxExposureTime
@JsonKey(name: 'MaxExposureTime', fromJson: OnvifUtil.nullableMappedToDouble), final

Maximum value of exposure time range allowed to be used by the algorithm.

Implementation

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