The constructor of the user.
ModelUser({ required this.id, required this.name, required this.avatarUrl, required this.isCurrentUser, });