Image constructor

Image({
  1. String? imageUrl,
  2. String? status,
  3. String? type,
})

Implementation

Image({
  this.imageUrl,
  this.status,
  this.type,
});