RuntimeNetworkInfo constructor

RuntimeNetworkInfo({
  1. NetworkConnectionList? connections,
  2. String? scanTime,
})

Implementation

RuntimeNetworkInfo({
  this.connections,
  this.scanTime,
});