NetworkAddressList constructor

NetworkAddressList({
  1. List<NetworkAddress>? entries,
})

Implementation

NetworkAddressList({
  this.entries,
});