USystemDownloadStatus constructor
const
USystemDownloadStatus({})
Implementation
const USystemDownloadStatus({
required this.id,
required this.state,
required this.received,
required this.total,
this.path,
this.error,
});