commit property

void Function() get commit

Implementation

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

Implementation

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