percentage property

double percentage
final

The percentage represents the progress of the image upload or download operation. It indicates the completion percentage of the image transfer process, providing feedback to the user about the progress of the operation. The value of percentage ranges from 0.0 to 1.0, where 0.0 represents no progress, and 1.0 represents the completion of the operation.

Implementation

final double percentage;