(value)
| 73 | |
| 74 | _googleAppId: string; |
| 75 | set googleAppId(value) { |
| 76 | this._googleAppId = value; |
| 77 | } |
| 78 | get googleAppId(): string { |
| 79 | if (this._googleAppId) { |
| 80 | return this._googleAppId; |
nothing calls this directly
no outgoing calls
no test coverage detected