getId method

  1. @override
Identifier getId(
  1. K key
)
override

Returns a value at key as Identifier.

FormatException is thrown if an underlying value is unavailable or cannot be converted to Identifier.

Implementation

@override
Identifier getId(K key) => toIdValue(this[key]);