isNotStarted property

bool isNotStarted

Return true when query/action hasn't been started

Implementation

bool get isNotStarted => this is PendingResult || this is InitialValueResult;