isGoalReached property

bool get isGoalReached

Returns whether the goal has been reached or exceeded.

Implementation

bool get isGoalReached => current >= goal;