menu
vft_edu_center_package package
documentation
models/student_model.dart
StudentModel
StudentModel.new constructor
StudentModel.new constructor
dark_mode
light_mode
StudentModel
constructor
StudentModel
(
{
String
?
id
,
String
?
name
,
String
?
phoneNumber
,
String
?
email
,
String
?
schoolName
,
String
?
idAuth
,
})
Implementation
StudentModel({ this.id, this.name, this.phoneNumber, this.email, this.schoolName, this.idAuth, });
vft_edu_center_package package
documentation
models/student_model
StudentModel
StudentModel.new constructor
StudentModel class