objects property
Iterable<DataObject>
get
objects
Returns an iterable for childs that can be represented as DataObject.
Other child objects are omitted from an iterable.
Implementation
Iterable<DataObject> get objects;