GelatoIdNumberReportError constructor

const GelatoIdNumberReportError({
  1. GelatoIdNumberReportErrorCode? code,
  2. String? reason,
})

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

Implementation

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