ImageUrl constructor

const ImageUrl({
  1. required String url,
  2. String? detail,
})

Creates an ImageUrl.

Implementation

const ImageUrl({required this.url, this.detail});