MiniZipException.unsafePath constructor

const MiniZipException.unsafePath(
  1. String path
)

Implementation

const MiniZipException.unsafePath(String path)
  : this._('Refusing to extract entry outside destination: $path.');