CrispUser constructor
CrispUser({})
Creates a new instance of chat user to be user in CrispMain.register
Implementation
CrispUser({
required this.email,
this.avatar,
this.nickname,
this.phone,
this.verificationCode,
});