isComplete property

bool isComplete
final

Whether the download is now complete

There will be no more events after this event, regardless of other statistics.

Prefer using this over checking any other statistics for completion. If all threads have unexpectedly quit due to an error, the other statistics will not indicate the the download has stopped/finished/completed, but this will be true.

Implementation

final bool isComplete;