LoginModel constructor
LoginModel({})
Implementation
LoginModel({
this.userId,
this.displayName,
this.sessionToken,
this.lstRolesWithDepartment,
this.userDepartments,
this.userRoles,
this.positions
});
LoginModel({
this.userId,
this.displayName,
this.sessionToken,
this.lstRolesWithDepartment,
this.userDepartments,
this.userRoles,
this.positions
});