Img constructor

Img({
  1. String? uuid,
  2. String? id,
  3. String? resourceType,
  4. String? type,
  5. List<ResizedMediaList>? resizedMediaList,
  6. bool? active,
  7. String? resourceId,
  8. String? contentType,
})

Implementation

Img({
  this.uuid,
  this.id,
  this.resourceType,
  this.type,
  this.resizedMediaList,
  this.active,
  this.resourceId,
  this.contentType,
});