Converts an instance of the PlaceOpeningHours class into a Map that can be serialized to JSON.
Map<String, dynamic> toJson() => _$PlaceOpeningHoursToJson(this);