(definitions?: DefinitionsElement, xmlns?: IXmlNs)
| 169 | |
| 170 | //eslint-disable-next-line @typescript-eslint/no-unused-vars |
| 171 | public description(definitions?: DefinitionsElement, xmlns?: IXmlNs): any { |
| 172 | return this.$name || this.name; |
| 173 | } |
| 174 | |
| 175 | public init(): void {} |
| 176 |
no outgoing calls
no test coverage detected