HyperKycResult constructor
HyperKycResult({})
Constructor
Implementation
HyperKycResult({
this.status,
this.transactionId,
this.details,
this.errorCode,
this.errorMessage,
this.latestModule,
String? rawDataJsonString,
}) {
_rawDataJsonString = rawDataJsonString;
}