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