class ImageUrl { const ImageUrl( this.url, this.styleString, ); final String url; final String styleString; }