UnpackAssistantEvent.selectArchive constructor Null safety

const UnpackAssistantEvent.selectArchive(
  1. {required XFile xFile}
)

User selected the archive file to be imported

Implementation

const factory UnpackAssistantEvent.selectArchive({
  required XFile xFile,
}) = _SelectArchive;