finish property

void Function() finish

Implementation

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

Implementation

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