menu
neomage package
documentation
ui/widgets/plan_mode_view.dart
PlanPhase
completedCount property
completedCount property
dark_mode
light_mode
completedCount
property
int
get
completedCount
Implementation
int get completedCount => steps.where((s) => s.isTerminal).length;
neomage package
documentation
ui/widgets/plan_mode_view
PlanPhase
completedCount property
PlanPhase class