UpdateOptions constructor

UpdateOptions({
  1. String? phoneNumber,
  2. String? phoneInputType,
  3. String? otpInputType,
  4. String? userId,
  5. String? userEventType,
  6. String? merchantId,
  7. Map<String, String> additionalAttributes = const {},
})

Implementation

UpdateOptions({
  this.phoneNumber,
  this.phoneInputType,
  this.otpInputType,
  this.userId,
  this.userEventType,
  this.merchantId,
  this.additionalAttributes = const {},
});