child method

DataSnapshot child(
  1. String path
)

Returns DataSnapshot for the location at the specified relative path.

Implementation

DataSnapshot child(String path) =>
    DataSnapshot.getInstance(jsObject.child(path));