getId method
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]);
Returns a value at key
as Identifier.
FormatException is thrown if an underlying value is unavailable or cannot be converted to Identifier.
@override
Identifier getId(K key) => toIdValue(this[key]);