1. DomName('Range.isPointInRange')
  2. DocsEditable()
bool isPointInRange(Node refNode, int offset)

Source

@DomName('Range.isPointInRange')
@DocsEditable()
bool isPointInRange(Node refNode, int offset) => _blink.BlinkRange.instance.isPointInRange_Callback_2_(unwrap_jso(this), unwrap_jso(refNode), offset);