NetworkInfo constructor

NetworkInfo({
  1. String? displayName,
  2. String? matchedIpRange,
  3. String? uri,
})

Implementation

NetworkInfo({
  this.displayName,
  this.matchedIpRange,
  this.uri,
});