GoogleMapsPlacesV1PlaceOpeningHours class
Information about business hour of the place.
Constructors
-
GoogleMapsPlacesV1PlaceOpeningHours({bool? openNow, List<
GoogleMapsPlacesV1PlaceOpeningHoursPeriod> ? periods, String? secondaryHoursType, List<GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay> ? specialDays, List<String> ? weekdayDescriptions}) - GoogleMapsPlacesV1PlaceOpeningHours.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- openNow ↔ bool?
-
Is this place open right now? Always present unless we lack time-of-day or
timezone data for these opening hours.
getter/setter pair
-
periods
↔ List<
GoogleMapsPlacesV1PlaceOpeningHoursPeriod> ? -
The periods that this place is open during the week.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryHoursType ↔ String?
-
A type string used to identify the type of secondary hours.
Possible string values are:
getter/setter pair
-
specialDays
↔ List<
GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay> ? -
Structured information for special days that fall within the period that
the returned opening hours cover.
getter/setter pair
-
weekdayDescriptions
↔ List<
String> ? -
Localized strings describing the opening hours of this place, one string
for each day of the week.
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