(documentPath?: string)
| 807 | } |
| 808 | |
| 809 | doc(documentPath?: string) { |
| 810 | return DocumentReference.fromNative(documentPath ? this.native.document(documentPath) : this.native.document()); |
| 811 | } |
| 812 | |
| 813 | toJSON() { |
| 814 | return { |
nothing calls this directly
no test coverage detected