active property

bool get active

Returns true if the status of this goal is ACTIVE.

Implementation

bool get active => status == GoalStatus.active;