hasSteps property
bool
get
hasSteps
✅ ADDED: Validate steps are not empty
Implementation
bool get hasSteps => steps.isNotEmpty;
✅ ADDED: Validate steps are not empty
bool get hasSteps => steps.isNotEmpty;