cancel property

void Function() get cancel

Implementation

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

Implementation

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