PlayTracksDocument class

What Google Play holds for one package.

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

PlayTracksDocument({required int schema, required DocumentKind kind, required String packageName, required List<PlayTrackEntry> tracks, required List<int> uploadedVersionCodes, required List<String> display})
const
PlayTracksDocument.fromJson(Map<String, dynamic> json)
factory

Properties

display → List<String>
What cux_ship play tracks prints, and never empty.
final
hashCode → int
The hash code for this object.
no setterinherited
kind → DocumentKind
final
packageName → String
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
tracks → List<PlayTrackEntry>
In the order Play listed them.
final
uploadedVersionCodes → List<int>
Every bundle Play has ever accepted for this package, by versionCode.
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
track(String name) → PlayTrackEntry?
The track called name, or null when Play holds no such track.

Operators

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