start property

num Function(num) get start

Implementation

_i2.num Function(_i2.num) get start => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'start',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set start (num value(num))

Implementation

set start(_i2.num Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'start',
    _i4.allowInterop(value),
  );
}