genderTypeIt top-level constant

List<Text> const genderTypeIt

A list of school types.

Implementation

const List<Text> genderTypeIt = <Text>[
  Text("Maschio"),
  Text("Femmina"),
];