ApkInfo constructor
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,
Implementation
ApkInfo({
required this.uuid,
required this.file,
this.applicationId,
this.versionCode,
this.versionName,
this.platformBuildVersionName,
this.platformBuildVersionCode,
this.compileSdkVersion,
this.compileSdkVersionCodename,
this.minSdkVersion,
this.targetSdkVersion,
this.applicationLabel,
this.applicationLabels,
this.usesPermissions,
this.nativeCodes,
this.locales,
});