ZipContainer constructor

ZipContainer(
  1. String path
)

Implementation

ZipContainer(this.path) : assert(path.isNotEmpty);