hasChildren method

bool hasChildren()

Returns true if this DataSnapshot has any children.

Implementation

bool hasChildren() => jsObject.hasChildren();