CompensationFilter constructor
      
      CompensationFilter({ 
    
    
- bool? includeJobsWithUnspecifiedCompensationRange,
 - CompensationRange? range,
 - String? type,
 - List<
String> ? units, 
Implementation
CompensationFilter({
  this.includeJobsWithUnspecifiedCompensationRange,
  this.range,
  this.type,
  this.units,
});