copyWithKey abstract method

AbstractKey<Comparable> copyWithKey({
  1. required T newKey,
})

Implementation

AbstractKey copyWithKey({required T newKey});