Teacher constructor
Teacher({
- String? courseId,
- UserProfile? profile,
- String? userId,
Implementation
Teacher({
this.courseId,
this.profile,
this.userId,
});