FirebaseProject constructor

FirebaseProject({
  1. Map<String, String>? annotations,
  2. String? displayName,
  3. String? etag,
  4. String? name,
  5. String? projectId,
  6. String? projectNumber,
  7. DefaultResources? resources,
  8. String? state,
})

Implementation

FirebaseProject({
  this.annotations,
  this.displayName,
  this.etag,
  this.name,
  this.projectId,
  this.projectNumber,
  this.resources,
  this.state,
});