We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b887d commit 38f048cCopy full SHA for 38f048c
packages/firebase_database/firebase_database_web/lib/src/interop/reference_interop.dart
@@ -10,8 +10,7 @@ extension type TransactionResultJsImpl._(JSObject _) implements JSObject {
10
external DataSnapshotJsImpl get snapshot;
11
}
12
13
-extension type ReferenceJsImpl._(JSObject _)
14
- implements JSObject, QueryJsImpl {
+extension type ReferenceJsImpl._(JSObject _) implements JSObject, QueryJsImpl {
15
external JSString? get key;
16
17
external ReferenceJsImpl? get parent;
0 commit comments