PublishSettings constructor

PublishSettings({
  1. PublishState? publishState,
})

Implementation

PublishSettings({
  this.publishState,
});