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