tryObject abstract method

DataObject? tryObject(
  1. K key
)

Returns a child data object at key or null if missing.

null is returned if an underlying value is unavailable or cannot be represented as DataObject.

Implementation

DataObject? tryObject(K key);