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