()
| 290 | } |
| 291 | |
| 292 | get id(): string { |
| 293 | return this.native.documentID; |
| 294 | } |
| 295 | |
| 296 | get metadata(): SnapshotMetadata { |
| 297 | return SnapshotMetadata.fromNative(this.native.metadata); |
nothing calls this directly
no outgoing calls
no test coverage detected