()
| 332 | return Query.fromNative(this.native.orderByPriority()); |
| 333 | } |
| 334 | orderByValue(): Query { |
| 335 | return Query.fromNative(this.native.orderByValue()); |
| 336 | } |
| 337 | |
| 338 | startAt(value: string | number | boolean, key?: string): Query { |
| 339 | if (key) { |
nothing calls this directly
no test coverage detected