child method

DatabaseReference<ReferenceJsImpl> child(
  1. String path
)

Returns child DatabaseReference from provided relative path.

Implementation

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