HostnameInformation constructor Null safety

HostnameInformation(
  1. {required dynamic xmlFromDhcp,
  2. dynamic xmlName}
)

Implementation

HostnameInformation({required this.xmlFromDhcp, this.xmlName});