AppStoreVersion class

One App Store version record.

Constructors

AppStoreVersion({required String versionString, required String? appStoreState, required String? releaseType, required String? copyright})
const

Properties

appStoreState String?
PREPARE_FOR_SUBMISSION, WAITING_FOR_REVIEW, READY_FOR_SALE and the rest, or null when the response did not carry it.
final
Required before review and null by default.
final
editable bool
Whether a push against this version would be accepted, by the rule editableVersionStates states.
no setter
hashCode int
The hash code for this object.
no setterinherited
lines List<String>
The two lines cux_ship appstore versions prints for this version.
no setter
releaseType String?
MANUAL, AFTER_APPROVAL or SCHEDULED, 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