HostsEntry constructor

HostsEntry({
  1. List<String>? hostNames,
  2. String? ip,
})

Implementation

HostsEntry({
  this.hostNames,
  this.ip,
});