int compareBoundaryPoints(
int how,
Range sourceRange
)

Not documented.

Source

@DomName('Range.compareBoundaryPoints')
@DocsEditable()
@Experimental() // untriaged
int compareBoundaryPoints(int how, Range sourceRange) => _blink.BlinkRange.instance.compareBoundaryPoints_Callback_2_(unwrap_jso(this), how, unwrap_jso(sourceRange));