toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (postCmetaPruningParallelInputCount != null)
    'postCmetaPruningParallelInputCount': postCmetaPruningParallelInputCount!,
  if (postCmetaPruningPartitionCount != null)
    'postCmetaPruningPartitionCount': postCmetaPruningPartitionCount!,
  if (preCmetaPruningParallelInputCount != null)
    'preCmetaPruningParallelInputCount': preCmetaPruningParallelInputCount!,
};