AutoDeployment constructor

AutoDeployment({
  1. bool? enabled,
  2. bool? retainStacksOnAccountRemoval,
})

Implementation

AutoDeployment({
  this.enabled,
  this.retainStacksOnAccountRemoval,
});