()
| 602 | } |
| 603 | |
| 604 | data() { |
| 605 | return deserializeField(this._native.data()); |
| 606 | } |
| 607 | |
| 608 | get<fieldType extends DocumentFieldType>(fieldPath: string | number | FieldPath): fieldType { |
| 609 | if (fieldPath instanceof FieldPath) { |
nothing calls this directly
no test coverage detected