AppStoreBuilds class

Every build App Store Connect holds for one app on one platform.

Constructors

AppStoreBuilds({required AscPlatform platform, required List<AppStoreBuild> builds})
const

Properties

builds List<AppStoreBuild>
Newest first, by build number read as an integer.
final
hashCode int
The hash code for this object.
no setterinherited
lines List<String>
Exactly what cux_ship appstore builds prints, for a caller that shows this command's output rather than rendering the model itself.
no setter
newest AppStoreBuild?
The newest build Apple holds, whatever state it is in.
no setter
newestBuildNumber String?
newest's build number.
no setter
newestUsable AppStoreBuild?
The newest build that could be promoted or released now, or null.
no setter
platform AscPlatform
Which platform was asked. iOS and macOS builds of the same commit carry the same build number, so a listing that does not name its platform is ambiguous in exactly the case that matters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(String buildNumber) AppStoreBuild?
buildNumber's build, or null when Apple does not hold it.
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