SettingOptionBatch constructor

SettingOptionBatch({
  1. List<Update>? update,
})

Implementation

SettingOptionBatch({
  this.update,
});