ReleaseBundle class abstract

A Release bundle of files.

Implementers

Constructors

ReleaseBundle(Release release)

Properties

contentType String
Returns the MIME-Type of toBytes.
no setter
files FutureOr<Set<ReleaseFile>>
The ReleaseFiles of this bundle.
no setter
hashCode int
The hash code for this object.
no setterinherited
release Release
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildManifest() Future<ReleaseManifest>
Builds a ReleaseManifest of this bundle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toASCIIArtTree() Future<ASCIIArtTree>
Generates a ASCIIArtTree from this ReleaseBundle files.
toBytes() FutureOr<Uint8List>
Converts this bundle to bytes.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

formatReleaseBundleFile(String file, String name, Version version, [String? platform]) String