Basic Url
Represents a URL for an image.
This class is used to distinguish between a URL and a local file path. It encapsulates the string representation of the URL.
Parameters
url String
The URL of the image.
Example:
val url = BasicUrl("https://picsum.photos/200")
println(url.toString())
Content copied to clipboard