NetworkInterface constructor

NetworkInterface({
  1. String? network,
  2. String? nicType,
  3. String? subnet,
})

Implementation

NetworkInterface({
  this.network,
  this.nicType,
  this.subnet,
});