productImages property

List<String> productImages
getter/setter pair

Implementation

static List<String> productImages = [
  'https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg', // Men's Backpack
  'https://fakestoreapi.com/img/71li-ujtlUL._AC_UX679_.jpg', // Women's T-Shirt
  'https://fakestoreapi.com/img/71YXzeOuslL._AC_UY879_.jpg', // Gold Chain
  'https://fakestoreapi.com/img/71HblAHs5xL._AC_UY879_-2.jpg', // Women's Jacket
  'https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg', // Men's Shirt
  'https://fakestoreapi.com/img/81Zt42ioCgL._AC_SX679_.jpg', // Headphones
  'https://fakestoreapi.com/img/61IBBVJvSDL._AC_SY879_.jpg', // Gaming Keyboard
  'https://fakestoreapi.com/img/51Y5NI-I5jL._AC_UX679_.jpg', // Men's Slim Fit
  'https://fakestoreapi.com/img/61U7T1koQqL._AC_SX679_.jpg', // Smartwatch
  'https://fakestoreapi.com/img/51eg55uWmdL._AC_UX679_.jpg', // Women's Fit Dress
];