LookupResult constructor

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

Implementation

LookupResult(this.node, this.offset);