Apk constructor

Apk({
  1. FileReference? location,
  2. String? packageName,
})

Implementation

Apk({this.location, this.packageName});