FundsVerificationRequest constructor
Implementation
FundsVerificationRequest({
this.documentBase64Strict,
this.file,
}) : assert(documentBase64Strict != null || file != null,
"Either documentBase64Strict or file must be provided");
FundsVerificationRequest({
this.documentBase64Strict,
this.file,
}) : assert(documentBase64Strict != null || file != null,
"Either documentBase64Strict or file must be provided");