toJson method

Map<String, dynamic> toJson()

Implementation

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