CompensationInfo constructor
CompensationInfo({
- CompensationRange? annualizedBaseCompensationRange,
- CompensationRange? annualizedTotalCompensationRange,
- List<
CompensationEntry> ? entries,
Implementation
CompensationInfo({
this.annualizedBaseCompensationRange,
this.annualizedTotalCompensationRange,
this.entries,
});