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