ExternalVpnGatewayInterface constructor

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

Implementation

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