final List<Map> myProducts = List.generate(20, (index) => {"id": index, "name": "Product $index"}) .toList();