ItemContent constructor

ItemContent({
  1. String? profileText,
  2. String? profileImageUrl,
  3. String? titleImageText,
  4. String? titleImageUrl,
  5. String? titleImageCategory,
  6. List<ItemInfo>? items,
  7. String? sum,
  8. String? sumOp,
})

Implementation

ItemContent(
    {this.profileText,
    this.profileImageUrl,
    this.titleImageText,
    this.titleImageUrl,
    this.titleImageCategory,
    this.items,
    this.sum,
    this.sumOp});