menu
lectio_wrapper package
documentation
lectio/student.dart
Student
getStudent method
getStudent method
dark_mode
light_mode
getStudent
method
Student
getStudent
(
String
studentId
)
Get an external student.
Implementation
Student getStudent(String studentId) { return Student(studentId, gymId); }
lectio_wrapper package
documentation
lectio/student
Student
getStudent method
Student class