StoreOpen class

Defines the current opening status for a store @memberOf woosmap.map.stores

Constructors

StoreOpen({StoreOpeningHoursPeriod? currentSlice, List<StoreOpeningHoursPeriod>? openHours, bool? openNow, StoreOpenNextOpening? nextOpening, int? weekDay})
StoreOpen.fromJson(Map<String, dynamic> json)
factory

Properties

currentSlice StoreOpeningHoursPeriod?
Indiacates store opening hours period.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextOpening StoreOpenNextOpening?
Indicates when is the store next opening.
getter/setter pair
openHours List<StoreOpeningHoursPeriod>?
Indicates opening ours for the week.
getter/setter pair
openNow bool?
Defines if the store is currently opened.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekDay int?
Represents the day number of the week. possible values are: 1 | 2 | 3 | 4 | 5 | 6 | 7
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