core.Map<core.String, core.dynamic> toJson() { final csvError = this.csvError; final filePath = this.filePath; return {'csvError': ?csvError, 'filePath': ?filePath}; }