HostsEntryList constructor

HostsEntryList({
  1. List<HostsEntry>? entries,
})

Implementation

HostsEntryList({
  this.entries,
});