LineItem constructor
LineItem({})
Implementation
LineItem({
required this.id,
this.categoryId,
this.name,
this.description,
required this.quantity,
this.gtin,
this.imageUrl,
this.brand,
this.externalItemId,
required this.itemAmount,
});