categoryValues constant Null safety

List<String> const categoryValues

List of all possible values for Statement.statementCategory.

Implementation

static const List<String> categoryValues = [
  "Politik",
  "Sport",
  "Wirtschaft",
  "Gesellschaft",
  "Wissenschaft",
  "Kultur",
  "Geschichte"
];