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