EventRosterPosition constructor
EventRosterPosition({
- int? id,
- DateTime? dbDateCreated,
- DateTime? dbDateUpdated,
- int? event,
- int? eventPosition,
- int? group,
- int? crew,
- int? crewPosition,
- User? userAdded,
- User? userApproved,
- EventRosterPositionStatus? status,
- DateTime? dateConfirmed,
- DateTime? dateApproved,
- DateTime? dateAdded,
- String? rate,
- String? rateCurrency,
- EventRosterPositionRateType? rateType,
- int? removalReason,
- String? totalLabor,
- String? totalOverhead,
- 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,
});