ReleaseDataSource class abstract
Base class for all release data sources.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
fetchRelease(
BuildChannel channel) → Future< Release> - Fetches the latest release for a given build channel.
-
fetchReleases(
) → Future< Map< BuildChannel, Release> > - Fetches all releases for all build channels. Returns a map of BuildChannel to Release.
-
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