matchMedium property

bool Function(String) get matchMedium

Implementation

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

Implementation

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