v1UpdateUserPhoneNumberIntent constructor

const v1UpdateUserPhoneNumberIntent({
  1. required String userId,
  2. required String userPhoneNumber,
  3. String? verificationToken,
})

Implementation

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