ElyUser constructor
ElyUser({})
Creates an Ely.by user object with the specified information
Implementation
ElyUser({
required this.id,
required this.username,
required this.email,
this.lang,
this.profileLink,
this.preferredLanguage,
this.properties,
});