toJson method
Implementation
@override
Object toJson() => {
if (processorName.isNotDefault) 'processorName': processorName,
if (maxParsingRequestsPerMin.isNotDefault)
'maxParsingRequestsPerMin': maxParsingRequestsPerMin,
if (globalMaxParsingRequestsPerMin.isNotDefault)
'globalMaxParsingRequestsPerMin': globalMaxParsingRequestsPerMin,
};