hasDependencies property
bool
get
hasDependencies
Check if this skill has any dependencies
Implementation
bool get hasDependencies => dependencies.isNotEmpty;
Check if this skill has any dependencies
bool get hasDependencies => dependencies.isNotEmpty;