ManifestEntry constructor

const ManifestEntry(
  1. String path,
  2. int size
)

Creates a manifest entry.

Implementation

const ManifestEntry(this.path, this.size);