AnybillStoreDetailsDto class
Constructors
-
AnybillStoreDetailsDto({String? description, List<
StoreOpeningHoursDto> ? storeOpeningHours, String? phoneNumber, String? supportPhoneNumber, String? website, List<ReviewDto> ? reviews, required double rating, required LocationDto location, required AboutUsDto aboutUs, String? email, String? appointmentUrl, List<NewsDto> ? news, List<String> ? categoryIds, String? googlePlacesId}) -
AnybillStoreDetailsDto.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aboutUs ↔ AboutUsDto
-
read / write
- appointmentUrl ↔ String?
-
URL to create an appointment in that store
read / write
-
categoryIds
↔ List<
String> ? -
List of the stores categories.
read / write
- description ↔ String?
-
The stores description.
read / write
- email ↔ String?
-
The stores email address.
read / write
- googlePlacesId ↔ String?
-
The store's Google Places Id.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- location ↔ LocationDto
-
read / write
-
news
↔ List<
NewsDto> ? -
List of news about the store from the vendor.
read / write
- phoneNumber ↔ String?
-
The stores phone number.
read / write
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
read-onlyoverride
- rating ↔ double
-
The stores rating.
read / write
-
reviews
↔ List<
ReviewDto> ? -
List of user reviews.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
storeOpeningHours
↔ List<
StoreOpeningHoursDto> ? -
The stores opening hours.
read / write
- stringify → bool?
-
If set to
true
, the toString method will be overridden to output this instance's props.read-onlyinherited - supportPhoneNumber ↔ String?
-
The stores support phone number.
read / write
- website ↔ String?
-
The stores website.
read / write
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