DropdownValues class Null safety
Contains lists of values, that restrict user input for database fields.
Constructors
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
Constants
-
categoryValues
→ const List<
String> -
List of all possible values for Statement.statementCategory.
["Politik", "Sport", "Wirtschaft", "Gesellschaft", "Wissenschaft", "Kultur", "Geschichte"]
-
correctnessValues
→ const List<
String> -
List of all possible values for Statement.statementCorrectness.
["richtig", "unbelegt", "falscher Kontext", "manipuliert", "irreführend", "frei erfunden", "Fehlinformation", "Satire", …
-
mediatypeValues
→ const List<
String> -
List of all possible values for Statement.statementMediatype.
["Online-Artikel", "Print-Artikel", "Interview", "Social Media Post", "Werbung", "Foto", "Video", "TV-Beitrag", "My…