NetworkInfo constructor

NetworkInfo({
  1. String? displayName,
  2. String? matchedIpRange,
  3. String? matchedSubnetUri,
  4. String? region,
  5. String? uri,
})

Implementation

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