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