AddressStage constructor

AddressStage({
  1. String? name,
  2. bool? showGuidance,
  3. bool? useLiveCapture,
  4. bool? useMlAssistance,
  5. int? retryLimit,
})

Implementation

AddressStage(
    {this.name,
    this.showGuidance,
    this.useLiveCapture,
    this.useMlAssistance,
    this.retryLimit});