Apk constructor

Apk({
  1. ApkBinary? binary,
  2. int? versionCode,
})

Implementation

Apk({this.binary, this.versionCode});