numChildren method

int numChildren()

Returns the number of child properties for this DataSnapshot.

Implementation

int numChildren() => jsObject.numChildren();