LogicalNetworkInterface constructor

LogicalNetworkInterface({
  1. bool? defaultGateway,
  2. String? id,
  3. String? ipAddress,
  4. String? network,
  5. String? networkType,
})

Implementation

LogicalNetworkInterface({
  this.defaultGateway,
  this.id,
  this.ipAddress,
  this.network,
  this.networkType,
});