ImageUrl constructor

const ImageUrl(
  1. String url,
  2. String styleString
)

Implementation

const ImageUrl(
  this.url,
  this.styleString,
);