ApkDetail constructor

ApkDetail({
  1. ApkManifest? apkManifest,
})

Implementation

ApkDetail({
  this.apkManifest,
});