copyWithKey method

  1. @override
AbstractKey<Comparable> copyWithKey({
  1. required int newKey,
})
override

Implementation

@override
copyWithKey({required int newKey}) {
  return SequenceKey(key: newKey);
}