contrast property Null safety

double? contrast
@JsonKey(name: 'Contrast', fromJson: OnvifUtil.nullableMappedToDouble), final

Contrast of the image (unit unspecified).

Implementation

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