Application constructor

Application({
  1. String? authDomain,
  2. String? codeBucket,
  3. String? databaseType,
  4. String? defaultBucket,
  5. String? defaultCookieExpiration,
  6. String? defaultHostname,
  7. List<UrlDispatchRule>? dispatchRules,
  8. FeatureSettings? featureSettings,
  9. String? gcrDomain,
  10. Map<String, Object?>? generatedCustomerMetadata,
  11. IdentityAwareProxy? iap,
  12. String? id,
  13. String? locationId,
  14. String? name,
  15. String? serviceAccount,
  16. String? servingStatus,
})

Implementation

Application({
  this.authDomain,
  this.codeBucket,
  this.databaseType,
  this.defaultBucket,
  this.defaultCookieExpiration,
  this.defaultHostname,
  this.dispatchRules,
  this.featureSettings,
  this.gcrDomain,
  this.generatedCustomerMetadata,
  this.iap,
  this.id,
  this.locationId,
  this.name,
  this.serviceAccount,
  this.servingStatus,
});