contrast property Null safety
@JsonKey(name: 'Contrast', fromJson: OnvifUtil.nullableMappedToDouble), final
Contrast of the image (unit unspecified).
Implementation
@JsonKey(name: 'Contrast', fromJson: OnvifUtil.nullableMappedToDouble)
final double? contrast;