GeneratedAssetPackSlice constructor

GeneratedAssetPackSlice({
  1. String? downloadId,
  2. String? moduleName,
  3. String? sliceId,
  4. String? version,
})

Implementation

GeneratedAssetPackSlice({
  this.downloadId,
  this.moduleName,
  this.sliceId,
  this.version,
});