hasChild method

bool hasChild(
  1. String path
)

Returns true if the specified child path has data.

Implementation

bool hasChild(String path) => jsObject.hasChild(path);