PublishItemRequest constructor

PublishItemRequest({
  1. bool? blockOnWarnings,
  2. List<DeployInfo>? deployInfos,
  3. String? publishType,
  4. bool? skipReview,
})

Implementation

PublishItemRequest({
  this.blockOnWarnings,
  this.deployInfos,
  this.publishType,
  this.skipReview,
});