VpnTunnelsScopedListWarningData constructor

VpnTunnelsScopedListWarningData({
  1. String? key,
  2. String? value,
})

Implementation

VpnTunnelsScopedListWarningData({
  this.key,
  this.value,
});