UserRequest constructor
UserRequest({})
Returns a new UserRequest instance.
Implementation
UserRequest({
this.custom = const {},
required this.id,
this.image,
this.invisible,
this.language,
this.name,
this.privacySettings,
});