correctnessValues constant Null safety
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"
];