ApkManifest constructor
ApkManifest({})
Implementation
ApkManifest({
this.applicationLabel,
this.intentFilters,
this.maxSdkVersion,
this.metadata,
this.minSdkVersion,
this.packageName,
this.services,
this.targetSdkVersion,
this.usesFeature,
this.usesPermission,
this.versionCode,
this.versionName,
});