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