bool isPointInRange(
Node refNode,
int offset
)

Not documented.

Source

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