HVUIAnimation constructor

HVUIAnimation({
  1. String? documentFailureLottie,
  2. String? documentInstructionBackSideLottie,
  3. String? documentInstructionFrontSideLottie,
  4. String? documentInstructionLottie,
  5. String? documentProcessingLottie,
  6. String? documentSuccessLottie,
  7. String? endStateFailure,
  8. String? endStateProcessing,
  9. String? endStateSuccess,
  10. String? faceFailureLottie,
  11. String? faceInstructionLottie,
  12. String? faceProcessingLottie,
  13. String? faceSuccessLottie,
  14. String? qrInstruction,
  15. String? uploadFailure,
})

Implementation

HVUIAnimation(
    {this.documentFailureLottie,
    this.documentInstructionBackSideLottie,
    this.documentInstructionFrontSideLottie,
    this.documentInstructionLottie,
    this.documentProcessingLottie,
    this.documentSuccessLottie,
    this.endStateFailure,
    this.endStateProcessing,
    this.endStateSuccess,
    this.faceFailureLottie,
    this.faceInstructionLottie,
    this.faceProcessingLottie,
    this.faceSuccessLottie,
    this.qrInstruction,
    this.uploadFailure});