AptSettings constructor

AptSettings({
  1. List<String>? excludes,
  2. List<String>? exclusivePackages,
  3. String? type,
})

Implementation

AptSettings({
  this.excludes,
  this.exclusivePackages,
  this.type,
});