AppStorePreviewsDocument class

What appstore previews --json prints.

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

AppStorePreviewsDocument({required int schema, required DocumentKind kind, required AscPlatform platform, required String bundleId, required String versionName, required List<AppStorePreviewEntry> previews, required List<String> display})
const
AppStorePreviewsDocument.fromJson(Map<String, dynamic> json)
factory

Properties

bundleId String
final
display List<String>
What cux_ship appstore previews prints. Display text.
final
hashCode int
The hash code for this object.
no setterinherited
kind DocumentKind
final
platform AscPlatform
final
previews List<AppStorePreviewEntry>
Every preview on the version, across locales and preview types. Empty is a real answer: a version may carry none.
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
versionName String
The version these previews hang off. Previews are version-scoped, so a document without it names assets nobody can locate.
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