ListedItemEntity constructor

ListedItemEntity({
  1. String? description,
  2. ActionEntity? action,
  3. String? imageId,
  4. PosSizeEntity? posSize,
})

Implementation

ListedItemEntity({
  this.description,
  this.action,
  this.imageId,
  this.posSize,
});