()
| 294 | } |
| 295 | |
| 296 | get metadata(): SnapshotMetadata { |
| 297 | return SnapshotMetadata.fromNative(this.native.metadata); |
| 298 | } |
| 299 | |
| 300 | get ref(): DocumentReference { |
| 301 | return DocumentReference.fromNative(this.native.reference); |
nothing calls this directly
no test coverage detected