DocumentUploadState constructor
DocumentUploadState({})
Implementation
DocumentUploadState({
required this.verificationType,
this.selectedImage,
this.isUploading = false,
this.isWaitingForWebSocket = false,
this.currentProgress = 0.0,
this.documentRejected = false,
this.rejectionMessage,
});