FirebaseProject constructor

FirebaseProject({
  1. String? displayName,
  2. String? name,
  3. String? projectId,
  4. String? projectNumber,
  5. DefaultResources? resources,
  6. String? state,
})

Implementation

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