StackItemSets constructor
const
StackItemSets({
- required List<
(BigInt, List< insertions,StartLength> )> - required List<
(BigInt, List< deletions,StartLength> )>
Implementation
const StackItemSets({
required this.insertions,
required this.deletions,
});