wasSubmitted property

bool wasSubmitted

Returns true if this task has been submitted.

Implementation

bool get wasSubmitted => submitTime != null;