ChildQuery constructor

ChildQuery(
  1. Node? node,
  2. int offset
)

Implementation

ChildQuery(this.node, this.offset);