reset property

void Function() reset

Implementation

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

Implementation

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