VpnGatewaysScopedListWarning constructor
VpnGatewaysScopedListWarning({
- String? code,
- List<
VpnGatewaysScopedListWarningData> ? data, - String? message,
Implementation
VpnGatewaysScopedListWarning({
this.code,
this.data,
this.message,
});