object method

  1. @override
Obj object(
  1. int key
)
override

Returns a child data object at key.

FormatException is thrown if an underlying value is unavailable or cannot be represented as DataObject.

Implementation

@override
Obj object(int key) => _toObject(this[key]);