BasicUrl

constructor(urlString: String)

Parameters

urlString

The URL of the image.

Example:

val url = BasicUrl("https://picsum.photos/200")
println(url.toString())