Parameters constructor

Parameters({
  1. bool? excludeBootVolume,
  2. bool? noReboot,
})

Implementation

Parameters({
  this.excludeBootVolume,
  this.noReboot,
});