ReleaseManifestFile constructor

ReleaseManifestFile(
  1. String filePath,
  2. int length,
  3. Uint8List sha256
)

Implementation

ReleaseManifestFile(this.filePath, this.length, Uint8List sha256)
    : sha256 = sha256.asUnmodifiableView();