@override Object toJson() { return { if (location.isNotDefault) 'location': location, if (timeRange != null) 'timeRange': timeRange!.toJson(), }; }