TrackRelease class
A release within a track.
Constructors
-
TrackRelease({CountryTargeting? countryTargeting, int? inAppUpdatePriority, String? name, List<
LocalizedText> ? releaseNotes, String? status, double? userFraction, List<String> ? versionCodes}) - TrackRelease.fromJson(Map json_)
Properties
- countryTargeting ↔ CountryTargeting?
-
Restricts a release to a specific set of countries.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inAppUpdatePriority ↔ int?
-
In-app update priority of the release.
getter/setter pair
- name ↔ String?
-
The release name.
getter/setter pair
-
releaseNotes
↔ List<
LocalizedText> ? -
A description of what is new in this release.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the release.
Possible string values are:
getter/setter pair
- userFraction ↔ double?
-
Fraction of users who are eligible for a staged release.
getter/setter pair
-
versionCodes
↔ List<
String> ? -
Version codes of all APKs in the release.
getter/setter pair
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