isLast property

bool get isLast

Implementation

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