cancel property

void Function() cancel

Implementation

void Function() get cancel => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'cancel',
      ),
      r'call',
      [this],
    );
void cancel=(void value())

Implementation

set cancel(void Function() value) {
  _i4.setProperty(
    this,
    'cancel',
    _i4.allowInterop(value),
  );
}