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