selectionSchool property
It's a getter that returns the localized list for the key "selectionSchool"
Implementation
String get selectionSchool =>
_localizedValues[_locale.languageCode]!["selectionSchool"]!;
It's a getter that returns the localized list for the key "selectionSchool"
String get selectionSchool =>
_localizedValues[_locale.languageCode]!["selectionSchool"]!;