ArchiveException constructor Null safety
Implementation
ArchiveException(String message, [dynamic source, int? offset])
: super(message, source, offset);
ArchiveException(String message, [dynamic source, int? offset])
: super(message, source, offset);