PlayTracks class

What Google Play holds for one package.

Constructors

PlayTracks({required String packageName, required List<PlayTrack> tracks, required List<int> uploadedVersionCodes})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lines List<String>
Exactly what cux_ship play tracks prints, for a caller that shows this command's output rather than rendering the model itself.
no setter
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracks List<PlayTrack>
In the order Play listed them.
final
uploadedVersionCodes List<int>
Every bundle Play has ever accepted for this package, by versionCode.
final

Methods

newestVersionCodeOn(String name) int?
The newest versionCode on name, or null when the track is empty or absent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
track(String name) PlayTrack?
The track called name, or null when Play holds no such track.

Operators

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