Decoder constructor
Decoder(
- String url
Creates a Decoder instance with the given url.
Internally, it initializes the URLBuilder and HTTPClient to work with the given URL.
Implementation
Decoder(String url)
: urlBuilder = URLBuilder(url),
httpClient = HTTPClient();