isCompleted property
bool
get
isCompleted
Returns true if the task is completed
Implementation
bool get isCompleted => completedByUser != null;
Returns true if the task is completed
bool get isCompleted => completedByUser != null;