PlayTrack class

One Play track — production, beta, alpha, internal, or a custom closed-testing track.

Constructors

PlayTrack({required String name, required List<PlayTrackRelease> releases})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lines List<String>
The lines cux_ship play tracks prints for this track.
no setter
name String
final
newestVersionCode int?
The highest versionCode any release on this track serves, or null when the track is empty.
no setter
releases List<PlayTrackRelease>
A track can carry more than one release at a time — a halted rollout sits alongside the one that replaced it — and Play promises no order.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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