PlatformIds constructor

PlatformIds({
  1. String? employeeId,
  2. String? payrollId,
  3. String? positionId,
})

Implementation

PlatformIds({
  this.employeeId,
  this.payrollId,
  this.positionId,
});