PlayTrackEntry class

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

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

PlayTrackEntry({required String name, required int? newestVersionCode, required List<PlayReleaseEntry> releases, required List<String> display})
const
PlayTrackEntry.fromJson(Map<String, dynamic> json)
factory

Properties

display → List<String>
One line per release, or a single (empty) line for a track with none. Display text.
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
final
newestVersionCode → int?
The highest versionCode any release on this track serves, or null when the track is empty.
final
releases → List<PlayReleaseEntry>
Every release on the track, including halted ones.
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
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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