isLast property

bool get isLast

Implementation

bool get isLast => _currentIndex == _stepIndexList.length - 1;