AcceleratorTypesScopedListWarningData constructor

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

Implementation

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