JobAssignment constructor
JobAssignment({
- Money? hourlyRate,
- Money? annualRate,
- String? jobTitle,
- JobAssignmentPayType? payType,
- int? weeklyHours,
Implementation
JobAssignment({
this.hourlyRate, this.annualRate, this.jobTitle, this.payType,
this.weeklyHours
});