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