TransferProgress constructor

const TransferProgress(
  1. int currentBytes,
  2. int totalBytes
)

The progress of a storage transfer operation.

Implementation

const TransferProgress(this.currentBytes, this.totalBytes);