ApkInfo class
Constructors
-
ApkInfo({required String uuid, required File file, String? applicationId, String? versionCode, String? versionName, String? platformBuildVersionName, String? platformBuildVersionCode, String? compileSdkVersion, String? compileSdkVersionCodename, String? minSdkVersion, String? targetSdkVersion, String? applicationLabel, Map<
String, String> ? applicationLabels, List<String> ? usesPermissions, List<String> ? nativeCodes, List<String> ? locales})
Properties
- applicationId → String?
-
final
- applicationLabel → String?
-
final
-
applicationLabels
→ Map<
String, String> ? -
final
- compileSdkVersion → String?
-
final
- compileSdkVersionCodename → String?
-
final
- file → File
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
locales
→ List<
String> ? -
final
- minSdkVersion → String?
-
final
-
nativeCodes
→ List<
String> ? -
final
- platformBuildVersionCode → String?
-
final
- platformBuildVersionName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetSdkVersion → String?
-
final
-
usesPermissions
→ List<
String> ? -
final
- uuid → String
-
final
- versionCode → String?
-
final
- versionName → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited