GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint class
Status changing points.
Constructors
- GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint({GoogleTypeDate? date, int? day, int? hour, int? minute, bool? truncated})
- GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint.fromJson(Map json_)
Properties
- date ↔ GoogleTypeDate?
-
Date in the local timezone for the place.
getter/setter pair
- day ↔ int?
-
A day of the week, as an integer in the range 0-6.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hour ↔ int?
-
The hour in 2 digits.
getter/setter pair
- minute ↔ int?
-
The minute in 2 digits.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- truncated ↔ bool?
-
Whether or not this endpoint was truncated.
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