AutoscalersScopedListWarningData constructor

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

Implementation

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