hatColorNames top-level property

List<String> hatColorNames
final

Hat colors translation keys

Implementation

final List<String> hatColorNames = [
  'hat_color_black',
  'hat_color_blue_01',
  'hat_color_blue_02',
  'hat_color_blue_03',
  'hat_color_gray_01',
  'hat_color_gray_02',
  'hat_color_heather',
  'hat_color_pastel_blue',
  'hat_color_pastel_green',
  'hat_color_pastel_orange',
  'hat_color_pastel_red',
  'hat_color_pastel_yellow',
  'hat_color_pink',
  'hat_color_red',
  'hat_color_white',
];