isNotCompleted property Null safety

dynamic isNotCompleted

Has the completion time not passed

Implementation

get isNotCompleted => !isCompleted;