AppPhysicalItem constructor
      
      AppPhysicalItem({ 
    
    
- String id = "",
- String name = "",
- String imgUrl = "",
- String description = "",
- String ownerId = "",
- String ownerName = "",
- String ownerImgUrl = "",
- int duration = 0,
- String previewUrl = "",
- AppItemSize size = AppItemSize.halfLetter,
- AppItemType type = AppItemType.a,
- List<Genre> genres = const [],
- String publisher = "",
- 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 = "",
});