TRENDS top-level constant

Map<String, String> const TRENDS

Implementation

const Map<String, String> TRENDS = {
  'ARROW_DROP_UP': 'up',
  'ARROW_DROP_DOWN': 'down',
  'ARROW_CHART_NEUTRAL': 'neutral',
};