HolidaysHoliday class

Constructors

HolidaysHoliday({String? countryCode, String? date, String? deliveryGuaranteeDate, String? deliveryGuaranteeHour, String? id, String? type})
HolidaysHoliday.fromJson(Map json_)

Properties

countryCode String?
The CLDR territory code of the country in which the holiday is available.
getter/setter pair
date String?
Date of the holiday, in ISO 8601 format.
getter/setter pair
deliveryGuaranteeDate String?
Date on which the order has to arrive at the customer's, in ISO 8601 format.
getter/setter pair
deliveryGuaranteeHour String?
Hour of the day in the delivery location's timezone on the guaranteed delivery date by which the order has to arrive at the customer's.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier for the holiday to be used when configuring holiday cutoffs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The holiday type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited