step property

num? get step

An optional current step count.

Implementation

_i2.num? get step => _i5.getProperty(
      this,
      'step',
    );
set step (num? value)

Implementation

set step(_i2.num? value) {
  _i5.setProperty(
    this,
    'step',
    value ?? _i6.undefined,
  );
}