EventRosterPosition constructor

EventRosterPosition({
  1. int? id,
  2. DateTime? dbDateCreated,
  3. DateTime? dbDateUpdated,
  4. int? event,
  5. int? eventPosition,
  6. int? group,
  7. int? crew,
  8. int? crewPosition,
  9. User? userAdded,
  10. User? userApproved,
  11. EventRosterPositionStatus? status,
  12. DateTime? dateConfirmed,
  13. DateTime? dateApproved,
  14. DateTime? dateAdded,
  15. String? rate,
  16. String? rateCurrency,
  17. EventRosterPositionRateType? rateType,
  18. int? removalReason,
  19. String? totalLabor,
  20. String? totalOverhead,
  21. String? cachedAnalytics,
})

Implementation

EventRosterPosition({
  this.id,
  this.dbDateCreated,
  this.dbDateUpdated,
  this.event,
  this.eventPosition,
  this.group,
  this.crew,
  this.crewPosition,
  this.userAdded,
  this.userApproved,
  this.status,
  this.dateConfirmed,
  this.dateApproved,
  this.dateAdded,
  this.rate,
  this.rateCurrency,
  this.rateType,
  this.removalReason,
  this.totalLabor,
  this.totalOverhead,
  this.cachedAnalytics,
});