Returns the URL-encoded string representation of this DEX name.
This is equivalent to Python's urllib.parse.quote functionality.
@override String toString() => Uri.encodeComponent(value);