TeamMemberWage constructor

TeamMemberWage({
  1. Money? hourlyRate,
  2. String? title,
  3. String? teamMemberId,
  4. String? id,
})

Implementation

TeamMemberWage({
  this.hourlyRate, this.title, this.teamMemberId, this.id
});