schoolTypeDe top-level constant

List<Text> const schoolTypeDe

A list of school types.

Implementation

const List<Text> schoolTypeDe = <Text>[
  Text("Kindergarten", key: Key("1")),
  Text("Primarschule", key: Key("2")),
  Text("Sekundarschule", key: Key("3")),
];