()
| 4661 | return this._fields; |
| 4662 | } |
| 4663 | getInterfaces() { |
| 4664 | if (typeof this._interfaces === "function") { |
| 4665 | this._interfaces = this._interfaces(); |
| 4666 | } |
| 4667 | return this._interfaces; |
| 4668 | } |
| 4669 | toConfig() { |
| 4670 | return { |
| 4671 | name: this.name, |
no outgoing calls
no test coverage detected