hasChild method

bool hasChild(
  1. String path
)

Returns true if the specified child path has (non-null) data.

Implementation

external bool hasChild(String path);