NetworkMountPoint constructor

NetworkMountPoint({
  1. bool? defaultGateway,
  2. String? instance,
  3. String? ipAddress,
  4. String? logicalInterface,
})

Implementation

NetworkMountPoint({
  this.defaultGateway,
  this.instance,
  this.ipAddress,
  this.logicalInterface,
});