GelatoDocumentReportError constructor
const
GelatoDocumentReportError({
- GelatoDocumentReportErrorCode? code,
- String? reason,
Details on the verification error. Present when status is `unverified`.
Implementation
const GelatoDocumentReportError({
this.code,
this.reason,
});