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