rand dart fix

This commit is contained in:
2026-01-15 17:36:22 -08:00
parent dbbdafd893
commit 91e7e39fe8
131 changed files with 976 additions and 1365 deletions
+1 -3
View File
@@ -49,9 +49,7 @@ class App {
this.messagingSenderId,
this.appId,
String? database,
}) : _name = database,
assert(apiKey != null),
assert(projectId != null);
}) : _name = database;
factory App.fromJson(Map<String, dynamic> json) {
return App(