GelatoDocumentReportError constructor

const GelatoDocumentReportError({
  1. GelatoDocumentReportErrorCode? code,
  2. String? reason,
})

Details on the verification error. Present when status is `unverified`.

Implementation

const GelatoDocumentReportError({
  this.code,
  this.reason,
});