hasSteps property

bool get hasSteps

✅ ADDED: Validate steps are not empty

Implementation

bool get hasSteps => steps.isNotEmpty;