secondFormTitle property

String secondFormTitle

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

Implementation

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