FirebaseAppInfo constructor

FirebaseAppInfo({
  1. String? appId,
  2. String? displayName,
  3. String? name,
  4. String? namespace,
  5. String? platform,
})

Implementation

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