object method
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(String key) => _toObject(this[key]);
Returns a child data object at key
.
FormatException is thrown if an underlying value is unavailable or cannot be represented as DataObject.
@override
Obj object(String key) => _toObject(this[key]);