menu
mat01 package
documentation
files/student_db.dart
Student
Student.new constructor
Student.new constructor
dark_mode
light_mode
Student
constructor
Student
(
{
int
?
id
,
required
String
name
,
required
int
age
,
})
Implementation
Student({this.id, required this.name, required this.age});
mat01 package
documentation
files/student_db
Student
Student.new constructor
Student class