FirebaseAppInfo constructor

FirebaseAppInfo({
  1. String? apiKeyId,
  2. String? appId,
  3. String? displayName,
  4. String? expireTime,
  5. String? name,
  6. String? namespace,
  7. String? platform,
  8. String? state,
})

Implementation

FirebaseAppInfo({
  this.apiKeyId,
  this.appId,
  this.displayName,
  this.expireTime,
  this.name,
  this.namespace,
  this.platform,
  this.state,
});