ExternallyHostedApk constructor

ExternallyHostedApk({
  1. String? applicationLabel,
  2. List<String>? certificateBase64s,
  3. String? externallyHostedUrl,
  4. String? fileSha1Base64,
  5. String? fileSha256Base64,
  6. String? fileSize,
  7. String? iconBase64,
  8. int? maximumSdk,
  9. int? minimumSdk,
  10. List<String>? nativeCodes,
  11. String? packageName,
  12. List<String>? usesFeatures,
  13. List<UsesPermission>? usesPermissions,
  14. int? versionCode,
  15. String? versionName,
})

Implementation

ExternallyHostedApk({
  this.applicationLabel,
  this.certificateBase64s,
  this.externallyHostedUrl,
  this.fileSha1Base64,
  this.fileSha256Base64,
  this.fileSize,
  this.iconBase64,
  this.maximumSdk,
  this.minimumSdk,
  this.nativeCodes,
  this.packageName,
  this.usesFeatures,
  this.usesPermissions,
  this.versionCode,
  this.versionName,
});