menu
js_bindings package
documentation
bindings/dom.dart
PropsElement
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
String
selectors
)
Implementation
bool matches(String selectors) => js_util.callMethod(this, 'matches', [selectors]);
js_bindings package
documentation
bindings/dom
PropsElement
matches method
PropsElement extension on
Element