ReleaseUpdateResult class

The result of a Release update.

See ReleaseUpdater.update

Constructors

ReleaseUpdateResult(Release release, ReleaseManifest manifest, List<ReleaseFile> savedFiles)

Properties

hashCode int
The hash code for this object.
no setterinherited
hasSavedFiles bool
no setter
manifest ReleaseManifest
final
release Release
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedFiles List<ReleaseFile>
final
savedFilesLength int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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