supervisorInformation property

String supervisorInformation

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

Implementation

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