* @since 3.10.0
()
| 558 | * @since 3.10.0 |
| 559 | */ |
| 560 | toString() { |
| 561 | return Option.getOrElse(getExpected(this), () => Inspectable.formatUnknown(this.literal)) |
| 562 | } |
| 563 | /** |
| 564 | * @since 3.10.0 |
| 565 | */ |
nothing calls this directly
no test coverage detected