toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (documentType != null) 'documentType': documentType!,
if (processorName != null) 'processorName': processorName!,
if (schemaName != null) 'schemaName': schemaName!,
};