ThemeBody constructor

ThemeBody({
  1. String? storeId,
  2. String? name,
  3. String? title,
  4. String? content,
  5. String? design,
})

Implementation

ThemeBody({
  this.storeId,
  this.name,
  this.title,
  this.content,
  this.design,
});