* @since 3.10.0
()
| 1939 | * @since 3.10.0 |
| 1940 | */ |
| 1941 | toString() { |
| 1942 | return Option.getOrElse( |
| 1943 | getExpected(this), |
| 1944 | () => `(${String(this.from)} <-> ${String(this.to)})` |
| 1945 | ) |
| 1946 | } |
| 1947 | /** |
| 1948 | * @since 3.10.0 |
| 1949 | */ |
nothing calls this directly
no test coverage detected