authorSuggestions constant Null safety

List<String> const authorSuggestions

List of all some suggestions for Statement.statementAuthor and Fact.factAuthor.

Implementation

static const List<String> authorSuggestions = [
  "unbekannt",
  "geteilt von mehreren User:innen",
  "Donald Trump",
];