genderTypeDe top-level constant

List<Text> const genderTypeDe

A list of school types.

Implementation

const List<Text> genderTypeDe = <Text>[
  Text("Männlich"),
  Text("Weiblich"),
];