possColorsString property

List<String> possColorsString
getter/setter pair

Implementation

late List<String> possColorsString = [
  'BLUE',
  'GREEN',
  'RED',
  'YELLOW',
];