UnpackAssistantEvent.selectArchive constructor Null safety
- {required XFile xFile}
User selected the archive file to be imported
Implementation
const factory UnpackAssistantEvent.selectArchive({
required XFile xFile,
}) = _SelectArchive;
User selected the archive file to be imported
const factory UnpackAssistantEvent.selectArchive({
required XFile xFile,
}) = _SelectArchive;