isSuccess property
bool
get
isSuccess
Whether the fetch completed successfully.
Implementation
bool get isSuccess => this is FetchProgressCompleted;
Whether the fetch completed successfully.
bool get isSuccess => this is FetchProgressCompleted;