menu
dutato
domain/entities/certification.dart
Certification
targetLabel property
targetLabel
dark_mode
light_mode
description
targetLabel
property
String
get
targetLabel
Implementation
String get targetLabel => isPathBased ? (pathName ?? 'Learning Path') : (domainName ?? 'Domain');
dutato
certification
Certification
targetLabel property
Certification class