bool matches(
String selectors
)

Not documented.

Source

@DomName('Element.matches')
@DocsEditable()
@Experimental() // untriaged
bool matches(String selectors) => _blink.BlinkElement.instance.matches_Callback_1_(unwrap_jso(this), selectors);