languageSuggestions property Null safety

List<String> languageSuggestions
read / write

List of all some suggestions for Statement.statementLanguage and Fact.factLanguage.

Implementation

static List<String> languageSuggestions = const [
  "deutsch",
  "englisch",
  "türkisch",
  "spanisch",
  "russisch"
];