stepIndex property

int? get stepIndex

Implementation

int? get stepIndex => _$this._stepIndex;
set stepIndex (int? stepIndex)

Implementation

set stepIndex(int? stepIndex) => _$this._stepIndex = stepIndex;