isEnabled property

bool Function(num) get isEnabled

Implementation

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

Implementation

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