v1UpdateUserPhoneNumberIntent constructor
const
v1UpdateUserPhoneNumberIntent({})
Implementation
const v1UpdateUserPhoneNumberIntent({
required this.userId,
required this.userPhoneNumber,
this.verificationToken,
});