GelatoSelfieReportError constructor

const GelatoSelfieReportError({
  1. GelatoSelfieReportErrorCode? code,
  2. String? reason,
})

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

Implementation

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