AppStoreVersionsDocument class

The App Store version records for one app on one platform.

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

AppStoreVersionsDocument({required int schema, required DocumentKind kind, required AscPlatform platform, required String bundleId, required List<AppStoreVersionEntry> versions, required List<String> display})
const
AppStoreVersionsDocument.fromJson(Map<String, dynamic> json)
factory

Properties

bundleId → String
final
display → List<String>
What cux_ship appstore versions prints, and never empty. Display text.
final
hashCode → int
The hash code for this object.
no setterinherited
kind → DocumentKind
final
platform → AscPlatform
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
schema → int
This kind's schema number. Refuse one you do not recognize.
final
versions → List<AppStoreVersionEntry>
In the order Apple returned them, which is newest first in practice and is not promised by the API.
final

Methods

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

Operators

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