schoolName property

String schoolName

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

Implementation

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