birth property

String birth

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

Implementation

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