EventPosition constructor
EventPosition({
- int? id,
- DateTime? dbDateCreated,
- DateTime? dbDateUpdated,
- int? event,
- int? group,
- int? position,
- int? quantity,
- String? label,
- EventPositionStatus? status,
- int? sequence,
- EventPositionRateSetting? rateSetting,
- String? rate,
- String? rateCurrency,
- EventPositionRateType? rateType,
- String? billedRate,
- EventPositionBilledRateType? billedRateType,
- DateTime? scheduleBegin,
- DateTime? scheduleEnd,
- String? dayBegin,
- String? dayEnd,
- List<
ScheduleEntry> ? scheduleEntries, - bool? hideEndTime,
- String? note,
- String? externalCode,
- DateTime? externalRemoveDate,
Implementation
EventPosition({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.event,
this.group,
this.position,
this.quantity,
this.label,
this.status,
this.sequence,
this.rateSetting,
this.rate,
this.rateCurrency,
this.rateType,
this.billedRate,
this.billedRateType,
this.scheduleBegin,
this.scheduleEnd,
this.dayBegin,
this.dayEnd,
this.scheduleEntries,
this.hideEndTime,
this.note,
this.externalCode,
this.externalRemoveDate,
});