()
| 1395 | } |
| 1396 | |
| 1397 | public toJSON(): SerializedEntity<PropertyMap["properties"]> { |
| 1398 | return { [typeId]: typeId, ...this.#entity }; |
| 1399 | } |
| 1400 | |
| 1401 | public get [Symbol.toStringTag](): string { |
| 1402 | return this.constructor.name; |
no outgoing calls
no test coverage detected