()
| 645 | } |
| 646 | |
| 647 | get android() { |
| 648 | return this.native; |
| 649 | } |
| 650 | } |
| 651 | |
| 652 | export class QueryDocumentSnapshot<T extends DocumentData = DocumentData> extends DocumentSnapshot<T> implements IQueryDocumentSnapshot<T> { |
nothing calls this directly
no outgoing calls
no test coverage detected