genderTypeEn top-level constant

List<Text> const genderTypeEn

A list of school types.

Implementation

const List<Text> genderTypeEn = <Text>[
  Text("Male"),
  Text("Female"),
];