children property

An iterator for snapshots of the child nodes in this snapshot.

Implementation

Iterable<DataSnapshot> get children => _delegate.children.map(DataSnapshot._);