NetworkConnectionList constructor

NetworkConnectionList({
  1. List<NetworkConnection>? entries,
})

Implementation

NetworkConnectionList({
  this.entries,
});