NetworkInterface constructor

NetworkInterface({
  1. String? attachmentId,
  2. String? ipv6Address,
  3. String? privateIpv4Address,
})

Implementation

NetworkInterface({
  this.attachmentId,
  this.ipv6Address,
  this.privateIpv4Address,
});