WhisperModelDownloadProgress constructor

const WhisperModelDownloadProgress({
  1. required int receivedBytes,
  2. required int totalBytes,
})

Implementation

const WhisperModelDownloadProgress({
  required this.receivedBytes,
  required this.totalBytes,
});