GoogleFirestoreAdminV1ListDatabasesResponse constructor
GoogleFirestoreAdminV1ListDatabasesResponse({
- List<
GoogleFirestoreAdminV1Database> ? databases, - List<
String> ? unreachable,
Implementation
GoogleFirestoreAdminV1ListDatabasesResponse({
this.databases,
this.unreachable,
});