oldSession property

String oldSession

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

Implementation

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