stepDown property

void Function([num?]) get stepDown

Implementation

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

Implementation

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