ComplyCubeError constructor

ComplyCubeError({
  1. int? errorCode,
  2. String? message,
  3. String? description,
  4. ComplyCubeErrorCode? complyCubeErrorCode,
})

Implementation

ComplyCubeError(
    {this.errorCode,
    this.message,
    this.description,
    this.complyCubeErrorCode});