Serializes this entry for export from the Routes tab.
Map<String, dynamic> toJson() => { 'name': name, 'entryTime': entryTime.toIso8601String(), 'duration': duration?.inMilliseconds, };