find abstract method

HDict? find(
  1. String ref
)

Given a HRef string identifier, resolve to an entity's HDict representation or ref is not found return null.

Implementation

HDict? find(String ref);