User constructor
User({})
Implementation
User(
{required this.id,
this.name,
this.surname,
this.nickname,
this.birthDate,
required this.verified,
required this.username,
required this.language,
required this.image});