surname property

String surname

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

Implementation

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