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