SubnetMapping constructor

SubnetMapping({
  1. String? allocationId,
  2. String? iPv6Address,
  3. String? privateIPv4Address,
  4. String? subnetId,
})

Implementation

SubnetMapping({
  this.allocationId,
  this.iPv6Address,
  this.privateIPv4Address,
  this.subnetId,
});