AssociatedGateway constructor
AssociatedGateway({
- String? id,
- String? ownerAccount,
- String? region,
- GatewayType? type,
Implementation
AssociatedGateway({
this.id,
this.ownerAccount,
this.region,
this.type,
});