tryId abstract method

Identifier? tryId(
  1. K key
)

Returns a value at key as Identifier or null if missing.

null is returned if an underlying value is unavailable or cannot be converted to Identifier.

Implementation

Identifier? tryId(K key);