newStudent property

String newStudent

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

Implementation

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