ImageURLContent constructor
ImageURLContent(
- String url
Creates an ImageURLContent with the specified URL.
Parameters:
url: HTTP/HTTPS URL pointing to an image file
Implementation
ImageURLContent(this.url);
Creates an ImageURLContent with the specified URL.
Parameters:
url: HTTP/HTTPS URL pointing to an image fileImageURLContent(this.url);