HyperKycResult constructor
HyperKycResult({})
Complete response dump which will be used in HyperKyc demo app only (Demo purpose only) Constructor
Implementation
//String? _rawDataJsonString;
/// Constructor
HyperKycResult({
this.status,
this.transactionId,
this.details,
this.errorCode,
this.errorMessage,
this.latestModule,
//String? rawDataJsonString,
}) {
//_rawDataJsonString = rawDataJsonString;
}