ReleaseManifestFile.fromSha256Hex constructor

ReleaseManifestFile.fromSha256Hex(
  1. String file,
  2. int length,
  3. String sha256Hex
)

Implementation

ReleaseManifestFile.fromSha256Hex(String file, int length, String sha256Hex)
    : this(file, length, base16.decode(sha256Hex));