isDone property

bool get isDone

Implementation

bool get isDone => completed || current >= target;