NetworkAdapterList constructor

NetworkAdapterList({
  1. List<NetworkAdapterDetails>? entries,
})

Implementation

NetworkAdapterList({
  this.entries,
});