EntityGraphDevtoolsLimits constructor

const EntityGraphDevtoolsLimits({
  1. required int historyEvents,
  2. required int historyBytes,
  3. required int eventBytes,
  4. required int snapshots,
  5. required int snapshotBytes,
})

Implementation

const EntityGraphDevtoolsLimits({
  required this.historyEvents,
  required this.historyBytes,
  required this.eventBytes,
  required this.snapshots,
  required this.snapshotBytes,
});