NtpInformation constructor

NtpInformation({
  1. required bool fromDhcp,
  2. List<Ntp>? ntpManual,
  3. List<Ntp>? ntpFromDhcp,
})

Implementation

NtpInformation({required this.fromDhcp, this.ntpManual, this.ntpFromDhcp});