ValidateAttestationOccurrenceResponse constructor

ValidateAttestationOccurrenceResponse({
  1. String? denialReason,
  2. String? result,
})

Implementation

ValidateAttestationOccurrenceResponse({
  this.denialReason,
  this.result,
});