@override Object toJson() => { 'tensorboardRun': tensorboardRun, 'timeSeriesData': [for (final i in timeSeriesData) i.toJson()], };