FirebaseServiceModel constructor

const FirebaseServiceModel({
  1. String? clientX509Certurl,
  2. String? type,
  3. String? projectID,
  4. String? privateKeyId,
  5. String? privateKey,
  6. String? clientEmail,
  7. String? clientId,
  8. String? authUri,
  9. String? tokenUri,
  10. String? authProviderX509CertUrl,
})

Implementation

const FirebaseServiceModel({
  this.clientX509Certurl,
  this.type,
  this.projectID,
  this.privateKeyId,
  this.privateKey,
  this.clientEmail,
  this.clientId,
  this.authUri,
  this.tokenUri,
  this.authProviderX509CertUrl,
});