CommentsExternalUser constructor
Creates an external user representation passed to the backend for JWT generation.
idmust be a stable identifier from your application.nameandavatarUrlare optional and can be omitted when not known.
Implementation
CommentsExternalUser({
required this.id,
this.name,
this.avatarUrl,
});