NtpInformation constructor

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

Implementation

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