webkitMatchesSelector property

bool Function(String) webkitMatchesSelector

Implementation

_i2.bool Function(_i2.String) get webkitMatchesSelector =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'webkitMatchesSelector',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void webkitMatchesSelector=(bool value(String))

Implementation

set webkitMatchesSelector(_i2.bool Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'webkitMatchesSelector',
    _i4.allowInterop(value),
  );
}