DocumentDetectorEventSuccess constructor

const DocumentDetectorEventSuccess({
  1. List<Capture>? captures,
  2. String? documentType,
  3. String? trackingId,
})

Implementation

const DocumentDetectorEventSuccess(
    {this.captures, this.documentType, this.trackingId});