Ntp constructor

Ntp({
  1. required String type,
  2. String? iPv4Address,
  3. String? iPv6Address,
  4. String? dnsName,
})

Implementation

Ntp({required this.type, this.iPv4Address, this.iPv6Address, this.dnsName});