toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (baseTable != null) 'baseTable': baseTable!,
  if (postIndexPruningParallelInputCount != null)
    'postIndexPruningParallelInputCount': postIndexPruningParallelInputCount!,
  if (preIndexPruningParallelInputCount != null)
    'preIndexPruningParallelInputCount': preIndexPruningParallelInputCount!,
};