StoreContact class

Defines information about a store contact. @memberOf woosmap.map.stores

Constructors

StoreContact({String? website, String? phone, String? email})
StoreContact.fromJson(Map<String, dynamic> json)
factory

Properties

email String?
Contains the store's email contact.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phone String?
Contains the store's phone number in its local format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
website String?
The website contact for this store, such as a business' homepage.
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