values property

List<String> get values

List of all assets

Implementation

static List<String> get values => [
      animatedAwesome,
      animatedBad,
      animatedGood,
      animatedNeutral,
      animatedTerrible,
      animatedVeryGood,
      classicAwesome,
      classicBad,
      classicGood,
      classicTerrible,
      classicVeryGood,
      flatAwesome,
      flatBad,
      flatGood,
      flatTerrible,
      flatVeryGood,
      hdAwesome,
      hdBad,
      hdGood,
      hdTerrible,
      hdVeryGood,
      notoAwesome,
      notoBad,
      notoGood,
      notoNeutral,
      notoTerrible,
      notoVeryGood,
      threeDAwesome,
      threeDBad,
      threeDGood,
      threeDTerrible,
      threeDVeryGood
    ];