FetchVerificationOptionsRequest constructor

FetchVerificationOptionsRequest({
  1. ServiceBusinessContext? context,
  2. String? languageCode,
})

Implementation

FetchVerificationOptionsRequest({
  this.context,
  this.languageCode,
});