StoreSettingSmsPutBody constructor

StoreSettingSmsPutBody({
  1. bool? newCampaign,
  2. bool? newOrder,
  3. bool? changeOrderStatus,
})

Implementation

StoreSettingSmsPutBody({
  this.newCampaign,
  this.newOrder,
  this.changeOrderStatus,
});