newSession property

String newSession

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

Implementation

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