ExternallyHostedApk constructor
      
      ExternallyHostedApk({ 
    
    
- String? applicationLabel,
 - List<
String> ? certificateBase64s, - String? externallyHostedUrl,
 - String? fileSha1Base64,
 - String? fileSha256Base64,
 - String? fileSize,
 - String? iconBase64,
 - int? maximumSdk,
 - int? minimumSdk,
 - List<
String> ? nativeCodes, - String? packageName,
 - List<
String> ? usesFeatures, - List<
UsesPermission> ? usesPermissions, - int? versionCode,
 - 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,
});