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