UserEntity constructor
const
UserEntity({})
Implementation
const UserEntity({
super.id = "",
this.email = "",
this.name = "",
this.password = "",
this.phone = "",
this.photo = "",
this.provider = "",
});