section property

String section

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

Implementation

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