schoolPlaceholder property

String schoolPlaceholder

It's a getter that returns the localized string for the key "schoolPlaceholder"

Implementation

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