(key: string)
| 11 | } |
| 12 | |
| 13 | missing(key: string): boolean { |
| 14 | return this._data.missing(key) || this._data.get(key) === undefined |
| 15 | } |
| 16 | |
| 17 | getBoolean(key: string): boolean { |
| 18 | return Boolean(this._data.get(key)) |
no outgoing calls
no test coverage detected