schoolType property

List<Text> schoolType

It's a getter that returns the localized list for the school type

Implementation

List<Text> get schoolType => _localizedSchoolType[_locale.languageCode]!;