Application constructor
Application({
- String? authDomain,
- String? codeBucket,
- String? databaseType,
- String? defaultBucket,
- String? defaultCookieExpiration,
- String? defaultHostname,
- List<
UrlDispatchRule> ? dispatchRules, - FeatureSettings? featureSettings,
- String? gcrDomain,
- Map<
String, Object?> ? generatedCustomerMetadata, - IdentityAwareProxy? iap,
- String? id,
- String? locationId,
- String? name,
- String? serviceAccount,
- 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,
});