StoreLocation constructor
StoreLocation({
- String? storeId,
- String? storeName,
- String? storeAddress,
- String? storePhoneNumber,
- String? storeEmail,
- KhasUserCoordinate? khasUserCoordinate,
- List<
MediaContent> ? media,
Implementation
StoreLocation({
this.storeId,
this.storeName,
this.storeAddress,
this.storePhoneNumber,
this.storeEmail,
this.khasUserCoordinate,
this.media,
});