ApkDescription class
Description of the created apks.
Constructors
- ApkDescription({SplitApkMetadata? assetSliceMetadata, SplitApkMetadata? instantApkMetadata, String? path, SplitApkMetadata? splitApkMetadata, StandaloneApkMetadata? standaloneApkMetadata, ApkTargeting? targeting})
- ApkDescription.fromJson(Map json_)
Properties
- assetSliceMetadata ↔ SplitApkMetadata?
- 
  Set only for asset slices.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- instantApkMetadata ↔ SplitApkMetadata?
- 
  Set only for Instant split APKs.
  getter/setter pair
- path ↔ String?
- 
  Path of the Apk, will be in the following format: .apk where DownloadId is
the ID used to download the apk using GeneratedApks.Download API.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- splitApkMetadata ↔ SplitApkMetadata?
- 
  Set only for Split APKs.
  getter/setter pair
- standaloneApkMetadata ↔ StandaloneApkMetadata?
- 
  Set only for standalone APKs.
  getter/setter pair
- targeting ↔ ApkTargeting?
- 
  Apk-level targeting.
  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