OnlineConfig constructor

OnlineConfig({
  1. CISType? cisType,
  2. bool? isReferenceDocument,
  3. String? folderUid,
  4. bool? biometricConsent,
  5. bool? enableManualAnalysis,
})

Implementation

OnlineConfig({this.cisType, this.isReferenceDocument, this.folderUid, this.biometricConsent, this.enableManualAnalysis});