values constant

List<Sentiment> const values

Implementation

static const $core.List<Sentiment> values = <Sentiment>[
  SENTIMENT_UNSPECIFIED,
  SENTIMENT_POSITIVE,
  SENTIMENT_NEGATIVE,
  SENTIMENT_NEUTRAL,
  SENTIMENT_MIXED,
];