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