HostnameInformation constructor

HostnameInformation({
  1. required String fromDhcp,
  2. String? name,
})

Implementation

HostnameInformation({required this.fromDhcp, this.name});