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