MiniZipException.unsupportedFeature constructor

const MiniZipException.unsupportedFeature(
  1. String feature
)

Implementation

const MiniZipException.unsupportedFeature(String feature)
  : this._('Unsupported ZIP feature: $feature.');