ReleaseManifestFile class
A ReleaseManifest file.
- Available extensions
Constructors
- ReleaseManifestFile(String filePath, int length, Uint8List sha256)
- ReleaseManifestFile.fromSha256Hex(String file, int length, String sha256Hex)
Properties
- filePath → String
-
The file path.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
The length of the file in bytes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sha256 → Uint8List
-
The SHA-256 of this file.
final
- sha256Hex → String
-
no setter
Methods
-
checkFile(
File file) → Future< bool> -
Available on ReleaseManifestFile, provided by the ReleaseManifestFileExtension extension
Checks afile
with a manifest file. -
checkReleaseFile(
ReleaseFile bundleFile) → Future< bool> -
Checks a
bundleFile
with this manifest file. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromReleaseFile(
ReleaseFile releaseFile) → FutureOr< ReleaseManifestFile> -
toReleaseManifestFileList(
Iterable< ReleaseFile> releaseFiles) → Future<List< ReleaseManifestFile> >