queryCommandIndeterm property

bool Function(String) get queryCommandIndeterm

Implementation

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

Implementation

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