StackItemSets constructor

const StackItemSets({
  1. required List<(BigInt, List<StartLength>)> insertions,
  2. required List<(BigInt, List<StartLength>)> deletions,
})

Implementation

const StackItemSets({required this.insertions, required this.deletions});