menu
dutato
domain/entities/learning_path.dart
LearningPath
stepCount property
stepCount
dark_mode
light_mode
description
stepCount
property
int
get
stepCount
Implementation
int get stepCount => steps?.length ?? 0;
dutato
learning_path
LearningPath
stepCount property
LearningPath class