oldStudent property

String oldStudent

It's a getter that returns the localized list for the key "oldStudent"

Implementation

String get oldStudent =>
    _localizedValues[_locale.languageCode]!["oldStudent"]!;