NetworkInterface constructor

NetworkInterface({
  1. String? network,
  2. bool? noExternalIpAddress,
  3. String? subnetwork,
})

Implementation

NetworkInterface({
  this.network,
  this.noExternalIpAddress,
  this.subnetwork,
});