FetchVerificationOptionsResponse constructor

FetchVerificationOptionsResponse({
  1. List<VerificationOption>? options,
})

Implementation

FetchVerificationOptionsResponse({
  this.options,
});