UserResponse constructor
UserResponse({})
Returns a new UserResponse instance.
Implementation
UserResponse({
this.id,
this.email,
this.firstName,
this.lastName,
this.emailVerified,
this.lastLoginAt,
this.createdAt,
this.updatedAt,
});