MiniZipException.entryTooLarge constructor

const MiniZipException.entryTooLarge(
  1. String path
)

Implementation

const MiniZipException.entryTooLarge(String path)
  : this._('Entry is too large to extract safely: $path.');