ShiftWage constructor

ShiftWage({
  1. String? title,
  2. Money? hourlyRate,
})

Implementation

ShiftWage({
  this.title, this.hourlyRate
});