PlaceOpeningHoursPeriodDetail class abstract

PlaceOpeningHoursPeriodDetail

Properties:

  • day - A number from 0–6, corresponding to the days of the week, starting on Sunday. For example, 2 means Tuesday.
  • time - May contain a time of day in 24-hour hhmm format. Values are in the range 0000–2359. The time will be reported in the place’s time zone.

Properties

day num
A number from 0–6, corresponding to the days of the week, starting on Sunday. For example, 2 means Tuesday.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String
May contain a time of day in 24-hour hhmm format. Values are in the range 0000–2359. The time will be reported in the place’s time zone.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlaceOpeningHoursPeriodDetailBuilder)) PlaceOpeningHoursPeriodDetail
Rebuilds the instance.
inherited
toBuilder() PlaceOpeningHoursPeriodDetailBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PlaceOpeningHoursPeriodDetail>
no setter