()
| 226 | _defaultEmail: string = ''; |
| 227 | |
| 228 | get defaultEmail(): string { |
| 229 | return this._defaultEmail; |
| 230 | } |
| 231 | |
| 232 | set defaultEmail(value: string) { |
| 233 | this._defaultEmail = value; |
nothing calls this directly
no outgoing calls
no test coverage detected