UserFlow constructor

UserFlow({
  1. bool? guestOnly,
  2. CardValidation? cardValidation,
})

Implementation

UserFlow({
  this.guestOnly,
  this.cardValidation,
});