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