ApkManifest constructor
ApkManifest({})
Implementation
ApkManifest({
this.applicationLabel,
this.intentFilters,
this.maxSdkVersion,
this.minSdkVersion,
this.packageName,
this.targetSdkVersion,
this.usesPermission,
});