isNotStarted property Null safety
Return true when query/action hasn't been started
Implementation
bool get isNotStarted => this is PendingResult || this is InitialValueResult;
Return true when query/action hasn't been started
bool get isNotStarted => this is PendingResult || this is InitialValueResult;