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