Map<String, dynamic> toJson() => { 'viewId': viewId, 'milestones': milestones.map((m) => m.toJson()).toList(), 'rawTimeline': rawTimeline, };