ntpManual property

  1. @JsonKey(name: 'NTPManual', fromJson: _nullableUnbound)
List<Ntp>? ntpManual
final

List of manually entered NTP addresses.

Implementation

@JsonKey(name: 'NTPManual', fromJson: _nullableUnbound)
final List<Ntp>? ntpManual;