sectionName property

String sectionName

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

Implementation

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