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