toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (metricName != null) 'metricName': metricName!,
if (pivotSelections != null)
'pivotSelections':
pivotSelections!.map((value) => value.toJson()).toList(),
};