dateTimeType property Null safety

String? dateTimeType
@JsonKey(name: 'DateTimeType', fromJson: OnvifUtil.nullableMappedToString), final

Indicates if the time is set manually or through NTP.

  • enum { 'Manual', 'NTP' }

Implementation

@JsonKey(name: 'DateTimeType', fromJson: OnvifUtil.nullableMappedToString)
final String? dateTimeType;