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