AppVersion class Null safety
This represents a single version of the app.
Constructors
-
AppVersion({bool? isProduction, String? track, List<
String> ? trackId, int? versionCode, String? versionString}) - AppVersion.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isProduction ↔ bool?
-
True if this version is a production APK.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- track ↔ String?
-
Deprecated, use trackId instead.
Possible string values are:
read / write
-
trackId
↔ List<
String> ? -
Track ids that the app version is published in.
read / write
- versionCode ↔ int?
-
Unique increasing identifier for the app version.
read / write
- versionString ↔ String?
-
The string used in the Play store by the app developer to identify the
version.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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