UserList constructor
UserList({})
Implementation
UserList({
this.clientId,
this.createdAt,
this.email,
this.fcmToken,
this.firstName,
this.isActive,
this.isDeleted,
this.lastName,
this.name,
this.phone,
this.profilePicture,
this.roleId,
this.secretKey,
this.updatedAt,
this.userId,
this.username,
});