VerifyLocationRequest constructor

VerifyLocationRequest({
  1. ServiceBusinessContext? context,
  2. String? emailAddress,
  3. String? languageCode,
  4. String? mailerContact,
  5. String? method,
  6. String? phoneNumber,
  7. VerificationToken? token,
})

Implementation

VerifyLocationRequest({
  this.context,
  this.emailAddress,
  this.languageCode,
  this.mailerContact,
  this.method,
  this.phoneNumber,
  this.token,
});