HighestSnapshotSlot constructor

const HighestSnapshotSlot({
  1. required int full,
  2. required int? incremental,
})

Implementation

const HighestSnapshotSlot({
  required this.full,
  required this.incremental,
});