RuutUser constructor
RuutUser({})
Implementation
RuutUser({
required this.id,
this.email,
this.avatarUrl,
this.fullName,
this.phone,
this.identifierHash,
this.description,
this.countryCode,
this.city,
this.companyName,
this.socialProfiles,
});