GoogleFirestoreAdminV1Database constructor

GoogleFirestoreAdminV1Database({
  1. String? appEngineIntegrationMode,
  2. String? concurrencyMode,
  3. String? etag,
  4. String? keyPrefix,
  5. String? locationId,
  6. String? name,
  7. String? type,
})

Implementation

GoogleFirestoreAdminV1Database({
  this.appEngineIntegrationMode,
  this.concurrencyMode,
  this.etag,
  this.keyPrefix,
  this.locationId,
  this.name,
  this.type,
});