isIdle property

bool isIdle

Returns true if this task has NOT yet been submitted.

Implementation

bool get isIdle => submitTime == null;