DocumentStage constructor

DocumentStage({
  1. String? name,
  2. String? title,
  3. bool? enableNfc,
  4. bool? showGuidance,
  5. bool? useLiveCapture,
  6. bool? useMlAssistance,
  7. int? retryLimit,
  8. List<String>? countries,
  9. DocumentTypes? documentTypes,
})

Implementation

DocumentStage(
    {this.name,
    this.title,
    this.enableNfc,
    this.showGuidance,
    this.useLiveCapture,
    this.useMlAssistance,
    this.retryLimit,
    this.countries,
    this.documentTypes});