menu
dutato
domain/entities/learning_path.dart
LearningPathEnrollment
isCompleted property
isCompleted
dark_mode
light_mode
description
isCompleted
property
bool
get
isCompleted
Implementation
bool get isCompleted => completedAt != null;
dutato
learning_path
LearningPathEnrollment
isCompleted property
LearningPathEnrollment class