sessionID property

String sessionID

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

Implementation

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