selection property

String selection

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

Implementation

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