class ProcessArg { final dynamic exportState; final dynamic progress; ProcessArg(this.progress, this.exportState); }