PlayTrackRelease class
One release Play holds on a track.
Constructors
-
PlayTrackRelease({required String? name, required List<
int> versionCodes, required String? status}) -
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,draftorstatusUnspecified, or null when the response did not carry it.final -
versionCodes
→ List<
int> -
Every versionCode this release serves.
final
Methods
-
lineOn(
String track) → String -
The line
cux_ship play tracksprints 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