isSuccess property

bool get isSuccess

Whether the fetch completed successfully.

Implementation

bool get isSuccess => this is FetchProgressCompleted;