NsfwScanProgress constructor
const
NsfwScanProgress({})
Implementation
const NsfwScanProgress({
required this.scanId,
required this.processed,
required this.total,
required this.percent,
required this.status,
this.imagePath,
this.error,
this.mediaType,
});