toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (documents != null) 'documents': documents!,
  if (exportFolderPath != null) 'exportFolderPath': exportFolderPath!,
  if (processorInfo != null) 'processorInfo': processorInfo!,
  if (processorResultsFolderPath != null)
    'processorResultsFolderPath': processorResultsFolderPath!,
};