toJson method

Map<String, dynamic> toJson()

Implementation

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