values constant

Implementation

static const $core.List<Config_DisplayConfig_CompassOrientation> values =
    <Config_DisplayConfig_CompassOrientation>[
  DEGREES_0,
  DEGREES_90,
  DEGREES_180,
  DEGREES_270,
  DEGREES_0_INVERTED,
  DEGREES_90_INVERTED,
  DEGREES_180_INVERTED,
  DEGREES_270_INVERTED,
];