The user's current shopping basket.
Each item is a Map with keys:
'upc'
'name'
'category'
'qty'
final List<Map<String, dynamic>> basket = [];