AnybillStoreDetailsDto constructor
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}
)
Implementation
AnybillStoreDetailsDto({
this.description,
this.storeOpeningHours,
this.phoneNumber,
this.supportPhoneNumber,
this.website,
this.reviews,
required this.rating,
required this.location,
required this.aboutUs,
this.email,
this.appointmentUrl,
this.news,
this.categoryIds,
this.googlePlacesId,
});