AppStoreVersion class
One App Store version record.
Constructors
Properties
- appStoreState → String?
-
PREPARE_FOR_SUBMISSION,WAITING_FOR_REVIEW,READY_FOR_SALEand the rest, or null when the response did not carry it.final - buildNumber → String?
-
The
CFBundleVersionof the build attached to this version, or null when Apple named none.final - buildNumberAsInt → int?
-
buildNumber read as an integer, or null when it is absent or not one.
no setter
- copyright → String?
-
Required before review and null by default.
final
- editable → bool
-
Whether a push against this version would be accepted, by the rule
editableVersionStatesstates.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
lines
→ List<
String> -
The two lines
cux_ship appstore versionsprints for this version.no setter - releaseType → String?
-
MANUAL,AFTER_APPROVALorSCHEDULED, or null.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionString → String
-
The marketing version —
1.4.0, not a build number.final
Methods
-
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