BlusaltFullIdentityResultResponse constructor
BlusaltFullIdentityResultResponse({
- required BlusaltFullIdentityProcess blusaltFullIdentityProcess,
- Exception? exception,
- String? code,
- String? message,
- String? reference,
- FullIdentitySuccessData? fullIdentitySuccessData,
Implementation
BlusaltFullIdentityResultResponse({
required this.blusaltFullIdentityProcess,
this.exception,
this.code,
this.message,
this.reference,
this.fullIdentitySuccessData,
});