selectionCanton property

String selectionCanton

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

Implementation

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