mediatypeValues constant Null safety

List<String> const mediatypeValues

List of all possible values for Statement.statementMediatype.

Implementation

static const List<String> mediatypeValues = [
  "Online-Artikel",
  "Print-Artikel",
  "Interview",
  "Social Media Post",
  "Werbung",
  "Foto",
  "Video",
  "TV-Beitrag",
  "Mythos"
];