cancelable property

bool? get cancelable

Implementation

_i2.bool? get cancelable => _i4.getProperty(
      this,
      'cancelable',
    );
set cancelable (bool? value)

Implementation

set cancelable(_i2.bool? value) {
  _i4.setProperty(
    this,
    'cancelable',
    value ?? _i6.undefined,
  );
}