Apk constructor
Apk({
- FileReference? location,
- String? packageName,
Implementation
Apk({
this.location,
this.packageName,
});
Apk({
this.location,
this.packageName,
});