getModifierState property

bool Function(String) getModifierState

Implementation

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

Implementation

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