TUpdateUserEmailBody constructor
const
TUpdateUserEmailBody({})
Implementation
const TUpdateUserEmailBody({
this.timestampMs,
this.organizationId,
required this.userId,
required this.userEmail,
this.verificationToken,
});