toJson method

Map<String, dynamic> toJson()

Converts an instance of the PlaceOpeningHoursPeriodDetail class into a Map that can be serialized to JSON.

Implementation

Map<String, dynamic> toJson() => _$PlaceOpeningHoursPeriodDetailToJson(this);