Suggestions class Null safety

Contains suggestions to speed up User input and to minimize spelling mistakes.

Constructors

Suggestions()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Properties

languageSuggestions List<String>
List of all some suggestions for Statement.statementLanguage and Fact.factLanguage.
read / write
mediaSuggestions List<String>
List of all some suggestions for Statement.statementMedia and Fact.factMedia.
read / write

Constants

authorSuggestions → const List<String>
List of all some suggestions for Statement.statementAuthor and Fact.factAuthor.
["unbekannt", "geteilt von mehreren User:innen", "Donald Trump"]