brightness property

  1. @JsonKey(name: 'Brightness', fromJson: OnvifUtil.nullableMappedToDouble)
double? brightness
final

Image brightness (unit unspecified).

Implementation

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