CompensationFilter constructor

CompensationFilter({
  1. bool? includeJobsWithUnspecifiedCompensationRange,
  2. CompensationRange? range,
  3. String? type,
  4. List<String>? units,
})

Implementation

CompensationFilter({
  this.includeJobsWithUnspecifiedCompensationRange,
  this.range,
  this.type,
  this.units,
});