Store class

Defines information about a Store. @memberOf woosmap.map.stores

Constructors

Store({required String name, required String storeId, StoreAddress? address, StoreContact? contact, StoreOpen? open, StoreWeeklyOpening? weeklyOpening, List<String>? types, List<String>? tags, String? lastUpdated, dynamic userProperties, StoreOpeningHours? openingHours, double? distance})
Store.fromJson(Map<String, dynamic> json)
factory

Properties

address StoreAddress?
Defines an object containing the separate components applicable to this address.
getter/setter pair
contact StoreContact?
Defines an object containing the store's contact available information.
getter/setter pair
distance double?
Defines the distance in meters from the position if you set lat and lng in your StoresSearchRequest.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastUpdated String?
Defines the previous date timestamp when the store has been updated
getter/setter pair
name String
the store's name
getter/setter pair
open StoreOpen?
The current opening status for a store
getter/setter pair
openingHours StoreOpeningHours?
Defines the opening hours of a store.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeId String
A textual identifier that uniquely identifies a store
getter/setter pair
tags List<String>?
Contains an array of tags describing the store.
getter/setter pair
types List<String>?
Contains an array of types describing the store.
getter/setter pair
userProperties ↔ dynamic
Contains all additional information relative to a store. No restriction regarding the types of data in it (Arrays, Object, Boolean, String, Numeric…) but you can only query for text matching, numerical comparison or boolean.
getter/setter pair
weeklyOpening StoreWeeklyOpening?
The current Weekly Opening taking into account the special hours
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