percent property

double get percent

Implementation

double get percent => total > 0 ? downloaded / total : 0;