name property

String name

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

Implementation

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