Hey,
I saw that you used- const allItems = result. _ items;
Try changing it to const allItems = result.items; (without an underscore).
Tal .
Hey,
I saw that you used- const allItems = result. _ items;
Try changing it to const allItems = result.items; (without an underscore).
Tal .