(fieldNames: string[], native = false)
| 1070 | _native: com.google.firebase.firestore.FieldPath; |
| 1071 | |
| 1072 | constructor(fieldNames: string[], native = false) { |
| 1073 | if (!native) { |
| 1074 | this._native = com.google.firebase.firestore.FieldPath.of(fieldNames); |
| 1075 | } |
| 1076 | } |
| 1077 | |
| 1078 | static fromNative(field: com.google.firebase.firestore.FieldPath) { |
| 1079 | if (field instanceof com.google.firebase.firestore.FieldPath) { |
nothing calls this directly
no outgoing calls
no test coverage detected