isGoalReached property
bool
get
isGoalReached
Returns whether the goal has been reached or exceeded.
Implementation
bool get isGoalReached => current >= goal;
Returns whether the goal has been reached or exceeded.
bool get isGoalReached => current >= goal;