StoreLocation constructor

StoreLocation({
  1. String? storeId,
  2. String? storeName,
  3. String? storeAddress,
  4. String? storePhoneNumber,
  5. String? storeEmail,
  6. KhasUserCoordinate? khasUserCoordinate,
  7. List<MediaContent>? media,
})

Implementation

StoreLocation({
  this.storeId,
  this.storeName,
  this.storeAddress,
  this.storePhoneNumber,
  this.storeEmail,
  this.khasUserCoordinate,
  this.media,
});