How to use toJson and fromJson method to map through a cart in Firestore – Flutter
I have a cart and I want to assign my cart items to my _items variable inside my Provider. This is my method. I don't know if I should use toJson() or fromJson() methods: This is the variable and the…