supports property

bool Function(String) supports

Implementation

static _i2.bool Function(_i2.String) get supports =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            _i8.target261,
            'supports',
          ),
          r'call',
          [
            _i8.target261,
            p0,
          ],
        );
void supports=(bool value(String))

Implementation

static set supports(_i2.bool Function(_i2.String) value) {
  _i4.setProperty(
    _i8.target261,
    'supports',
    _i4.allowInterop(value),
  );
}