SubnetworksScopedListWarningData constructor

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

Implementation

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