()
| 585 | } |
| 586 | |
| 587 | get ios() { |
| 588 | return this.native; |
| 589 | } |
| 590 | } |
| 591 | |
| 592 | export class QueryDocumentSnapshot<T extends DocumentData = DocumentData> extends DocumentSnapshot<T> implements IQueryDocumentSnapshot<T> { |
nothing calls this directly
no outgoing calls
no test coverage detected