correctnessValues constant Null safety

List<String> const correctnessValues

List of all possible values for Statement.statementCorrectness.

Implementation

static const List<String> correctnessValues = [
  "richtig",
  "unbelegt",
  "falscher Kontext",
  "manipuliert",
  "irreführend",
  "frei erfunden",
  "Fehlinformation",
  "Satire",
  "falsch"
];