Map<String, dynamic> toJson() => { "time": time, "locationList": List<dynamic>.from(locationList!.map((x) => x.toJson())), "interval": interval, };