InstantSnapshotAggregatedListWarningData constructor

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

Implementation

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