data property

String data

It's a getter that returns the localized string for the key "data"

Implementation

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