mode property Null safety

String mode
@JsonKey(name: 'Mode', fromJson: OnvifUtil.mappedToString), final

Exposure Mode

  • Auto - Enabled the exposure algorithm on the NVT.
  • Manual - Disabled exposure algorithm on the NVT.
  • enum { 'AUTO', 'MANUAL' }

Implementation

@JsonKey(name: 'Mode', fromJson: OnvifUtil.mappedToString)
final String mode;