()
| 709 | } |
| 710 | |
| 711 | get metadata(): SnapshotMetadata { |
| 712 | return SnapshotMetadata.fromNative(this.native.getMetadata()); |
| 713 | } |
| 714 | |
| 715 | get query() { |
| 716 | return Query.fromNative(this.native.getQuery()); |
nothing calls this directly
no test coverage detected