SetIpAddressTypeOutput constructor

SetIpAddressTypeOutput({
  1. IpAddressType? ipAddressType,
})

Implementation

SetIpAddressTypeOutput({
  this.ipAddressType,
});