keyToId method

String? keyToId(
  1. MKey? key
)
override

Implementation

String? keyToId(MKey? key) => key?.recordKey.value;