menu
mat01 package
documentation
files/student_db.dart
Student
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'id': id, 'name': name, 'age': age, }; }
mat01 package
documentation
files/student_db
Student
toMap method
Student class