productNames constant

List<String> const productNames

Implementation

static const List<String> productNames = [
  "Wireless Headphones",
  "Laptop Backpack",
  "Smartphone Stand",
  "Gaming Mouse",
  "4K Monitor",
  "Bluetooth Speaker",
  "USB-C Hub",
  "Smart Watch",
  "Keyboard",
  "External Hard Drive",
];