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