PlayTrackRelease class

One release Play holds on a track.

Constructors

PlayTrackRelease({required String? name, required List<int> versionCodes, required String? status, required double? userFraction})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The release name, which Play generates from the version name when it was not set. Null when the response did not carry one.
final
newestVersionCode int?
The highest versionCode in this release, or null when it serves none.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
completed, inProgress, halted, draft or statusUnspecified, or null when the response did not carry it.
final
userFraction double?
Play's userFraction, exactly as sent.
final
versionCodes List<int>
Every versionCode this release serves.
final

Methods

lineOn(String track) String
The line cux_ship play tracks prints for this release.
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