UrlData constructor

UrlData({
  1. String? url,
  2. String? altText,
})

Implementation

UrlData({this.url, this.altText});