queryCommandValue property

String Function(String) get queryCommandValue

Implementation

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

Implementation

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