AppVersion class
This represents a single version of the app.
Constructors
- 
          AppVersion({bool? production, List<String> ? trackIds, int? versionCode, String? versionString})
- AppVersion.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- production ↔ bool?
- 
  If the value is True, it indicates that this version is a production
track.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  trackIds
  ↔ List<String> ?
- 
  Track identifiers 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