dateTimeType property Null safety
@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;