isDone property
bool
get
isDone
Whether the fetch has completed (successfully or with failure).
Implementation
bool get isDone => this is FetchProgressCompleted || this is FetchProgressFailed;
Whether the fetch has completed (successfully or with failure).
bool get isDone => this is FetchProgressCompleted || this is FetchProgressFailed;