core.Map<core.String, core.dynamic> toJson() => { if (dimension != null) 'dimension': dimension!, if (metric != null) 'metric': metric!, if (order != null) 'order': order!, };