User class

Constructors

User({required String firstName, required String lastName, required String? prefix, required bool isArchived, required bool hasPassword, required bool isApplicationManager, required bool isStudent, required bool isEmployee, required bool isFamilyMember, required bool isSchoolScheduler, required bool isSchoolLeader, required bool isStudentAdministrator, required bool isTeamLeader, required bool isSectionLeader, required bool isMentor, required bool isDean})
User.fromJson(Map<String, dynamic> json)
factory

Properties

firstName String
final
hashCode int
The hash code for this object.
no setterinherited
hasPassword bool
final
isApplicationManager bool
final
isArchived bool
final
isDean bool
final
isEmployee bool
final
isFamilyMember bool
final
isMentor bool
final
isSchoolLeader bool
final
isSchoolScheduler bool
final
isSectionLeader bool
final
isStudent bool
final
isStudentAdministrator bool
final
isTeamLeader bool
final
lastName String
final
prefix String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited