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