CompensationInfo constructor

CompensationInfo({
  1. CompensationRange? annualizedBaseCompensationRange,
  2. CompensationRange? annualizedTotalCompensationRange,
  3. List<CompensationEntry>? entries,
})

Implementation

CompensationInfo({
  this.annualizedBaseCompensationRange,
  this.annualizedTotalCompensationRange,
  this.entries,
});