failed property
bool
get
failed
Returns true if the status of this goal is FAILED.
Implementation
bool get failed => status == GoalStatus.failed;
Returns true if the status of this goal is FAILED.
bool get failed => status == GoalStatus.failed;