User constructor
User({})
Implementation
User({
this.id,
required this.matricule,
required this.name,
this.img,
this.email,
this.phone,
this.password,
required this.created_at,
this.updated_at,
required this.equipe_id,
required this.role_key,
this.role,
});