dateTimeType property Null safety

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

Indicates if the time is set manully or through NTP.

  • enum { 'Manual', 'NTP' }

Implementation

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