start property

void Function() get start

Implementation

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

Implementation

set start(void Function() value) {
  _i3.setProperty(
    this,
    'start',
    _i3.allowInterop(value),
  );
}