copyWithKey method

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

Implementation

@override
copyWithKey({required String newKey}) {
  return UtilsKey(key: newKey);
}