tutorialTitle property

String tutorialTitle

It's a getter that returns the localized string for the key "tutorialTitle"

Implementation

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