Hi, I have a class called Items.
class Items{ String name; String picture; int quantity; int price; Items(@required this.name, this.picture