ZipInfo constructor

ZipInfo({
  1. int? filesCount,
  2. String? sourceUrl,
})

Implementation

ZipInfo({
  this.filesCount,
  this.sourceUrl,
});