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