DocumentDetectorEventFailure constructor

const DocumentDetectorEventFailure({
  1. String? errorType,
  2. String? errorMessage,
  3. int? securityErrorCode,
})

Implementation

const DocumentDetectorEventFailure(
    {this.errorType, this.errorMessage, this.securityErrorCode});