ProgressUpdate constructor

const ProgressUpdate(
  1. int bytesSent,
  2. int imageSize,
  3. DateTime date
)

Implementation

const ProgressUpdate(this.bytesSent, this.imageSize, this.date);