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