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