Map<String, dynamic> toJson() => { "congestion": List<dynamic>.from( congestion!.map((x) => congestionValues.reverse[x]), ), };