()
| 567 | } |
| 568 | |
| 569 | exportVal() { |
| 570 | return { |
| 571 | '.priority': this.native.priority, |
| 572 | '.value': deserialize(this.native.value), |
| 573 | }; |
| 574 | } |
| 575 | |
| 576 | forEach(action: (child: DataSnapshot) => true | undefined): boolean { |
| 577 | let didStop = false; |
nothing calls this directly
no test coverage detected