ExternalVpnGatewayInterface constructor

ExternalVpnGatewayInterface({
  1. int? id,
  2. String? ipAddress,
  3. String? ipv6Address,
})

Implementation

ExternalVpnGatewayInterface({this.id, this.ipAddress, this.ipv6Address});