grade property

String grade

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

Implementation

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