core.Map<core.String, core.dynamic> toJson() => { if (dimensions != null) 'dimensions': dimensions!, if (metrics != null) 'metrics': metrics!, if (name != null) 'name': name!, };