()
| 44 | return this.native.numberValue; |
| 45 | } |
| 46 | asString(): string { |
| 47 | return this.native.stringValue; |
| 48 | } |
| 49 | |
| 50 | getSource(): 'default' | 'static' | 'remote' { |
| 51 | switch (this.native.source) { |
nothing calls this directly
no outgoing calls
no test coverage detected