()
| 353 | } |
| 354 | |
| 355 | data() { |
| 356 | return deserializeField(this.native.getData()); |
| 357 | } |
| 358 | |
| 359 | get<fieldType extends DocumentFieldType>(fieldPath: string | number | FieldPath): fieldType { |
| 360 | if (fieldPath instanceof FieldPath) { |
nothing calls this directly
no test coverage detected