ImageInfoData constructor

ImageInfoData(
  1. String url,
  2. int? id,
  3. String? caption,
  4. String type,
)

Implementation

ImageInfoData(
  this.url,
  this.id,
  this.caption,
  this.type,
);