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