VpnGatewaysScopedList constructor

VpnGatewaysScopedList({
  1. List<VpnGateway>? vpnGateways,
  2. VpnGatewaysScopedListWarning? warning,
})

Implementation

VpnGatewaysScopedList({
  this.vpnGateways,
  this.warning,
});