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