go property

void Function([num?]) get go

Implementation

void Function([_i2.num?]) get go => ([_i2.num? p0]) => _i4.callMethod(
      _i4.getProperty(
        this,
        'go',
      ),
      r'call',
      [
        this,
        p0 ?? _i6.undefined,
      ],
    );
set go (void value([num?]))

Implementation

set go(void Function([_i2.num?]) value) {
  _i4.setProperty(
    this,
    'go',
    _i4.allowInterop(value),
  );
}