NetworkInterface constructor

NetworkInterface({
  1. String? networkInterfaceId,
  2. String? privateIpAddress,
  3. String? publicIpAddress,
})

Implementation

NetworkInterface({
  this.networkInterfaceId,
  this.privateIpAddress,
  this.publicIpAddress,
});