ExportDeploymentStatefileRequest constructor

ExportDeploymentStatefileRequest({
  1. bool? draft,
})

Implementation

ExportDeploymentStatefileRequest({
  this.draft,
});