AppVersion class

This represents a single version of the app.

Constructors

AppVersion({bool? isProduction, int? targetSdkVersion, String? track, List<String>? trackId, int? versionCode, String? versionString})
AppVersion.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
isProduction bool?
True if this version is a production APK.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetSdkVersion int?
The SDK version this app targets, as specified in the manifest of the APK.
getter/setter pair
track String?
Deprecated, use trackId instead. Possible string values are:
getter/setter pair
trackId List<String>?
Track ids that the app version is published in.
getter/setter pair
versionCode int?
Unique increasing identifier for the app version.
getter/setter pair
versionString String?
The string used in the Play store by the app developer to identify the version.
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