HolidaysHoliday.fromJson constructor
HolidaysHoliday.fromJson(
- Map json_
Implementation
HolidaysHoliday.fromJson(core.Map json_)
: this(
countryCode: json_['countryCode'] as core.String?,
date: json_['date'] as core.String?,
deliveryGuaranteeDate: json_['deliveryGuaranteeDate'] as core.String?,
deliveryGuaranteeHour: json_['deliveryGuaranteeHour'] as core.String?,
id: json_['id'] as core.String?,
type: json_['type'] as core.String?,
);