BoughtEntry constructor
BoughtEntry({
- required Iterable<
ItemBought> itemBought, - required int sellerID,
Implementation
BoughtEntry({
required this.itemBought,
required this.sellerID,
}) : super(entryType: EntryType.buy);