StoreLayout constructor

StoreLayout({
  1. String? homepageId,
  2. String? storeLayoutType,
})

Implementation

StoreLayout({
  this.homepageId,
  this.storeLayoutType,
});