OsConfigPatchDeploymentPatchConfigApt constructor

const OsConfigPatchDeploymentPatchConfigApt({
  1. TfArg<List<Object?>>? excludes,
  2. TfArg<List<Object?>>? exclusivePackages,
  3. TfArg<OsConfigPatchDeploymentPatchConfigAptType>? type,
})

Implementation

const OsConfigPatchDeploymentPatchConfigApt({
  this.excludes,
  this.exclusivePackages,
  this.type,
});