AppPhysicalItem constructor

AppPhysicalItem({
  1. String id = "",
  2. String name = "",
  3. String imgUrl = "",
  4. String description = "",
  5. String ownerId = "",
  6. String ownerName = "",
  7. String ownerImgUrl = "",
  8. int duration = 0,
  9. String previewUrl = "",
  10. AppItemSize size = AppItemSize.halfLetter,
  11. AppItemType type = AppItemType.a,
  12. List<Genre> genres = const [],
  13. String publisher = "",
  14. String publishedDate = "",
})

Implementation

AppPhysicalItem({
  this.id = "",
  this.name = "",
  this.imgUrl = "",
  this.description = "",
  this.ownerId = "",
  this.ownerName = "",
  this.ownerImgUrl = "",
  this.duration = 0,
  this.previewUrl = "",
  this.size = AppItemSize.halfLetter,
  this.type = AppItemType.a,
  this.genres = const [],
  this.publisher = "",
  this.publishedDate = "",
});