menu
tattoo
database/database.dart
Student
Student.new const constructor
Student.new
dark_mode
light_mode
Student
constructor
const
Student
(
{
required
int
id
,
required
String
studentId
,
String
?
name
,
})
Implementation
const Student({required this.id, required this.studentId, this.name});
tattoo
database
Student
Student.new const constructor
Student class