DisksScopedListWarningData constructor

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

Implementation

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