studentID property

String studentID

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

Implementation

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