UserInfo constructor
UserInfo({})
Implementation
UserInfo({
this.educationSystem,
required this.department,
this.className,
required this.id,
required this.name,
this.pictureUrl,
this.pictureBytes,
this.email,
});