WebApiModulesPluginsShopifyLocation constructor

const WebApiModulesPluginsShopifyLocation({
  1. String? locationId,
  2. String? locationName,
  3. String? storeURL,
  4. String? adminAPIAccessToken,
  5. String? secretKey,
  6. String? shopifyStoreId,
})

Implementation

const WebApiModulesPluginsShopifyLocation({
  this.locationId,
  this.locationName,
  this.storeURL,
  this.adminAPIAccessToken,
  this.secretKey,
  this.shopifyStoreId,
});