notes property

String notes

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

Implementation

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