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