toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (transformationCount != null)
'transformationCount': transformationCount!,
if (transformationErrorCount != null)
'transformationErrorCount': transformationErrorCount!,
if (transformedBytes != null) 'transformedBytes': transformedBytes!,
};