CrewPosition constructor
CrewPosition({
- int? id,
- DateTime? dbDateCreated,
- DateTime? dbDateUpdated,
- int? crew,
- int? position,
- CrewPositionStatus? status,
- DateTime? dateApplied,
- DateTime? dateApproved,
- double? averageRating,
- String? rate,
- CrewPositionRateType? rateType,
- CrewPositionRateSource? rateSource,
- String? rateCurrency,
Implementation
CrewPosition({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.crew,
this.position,
this.status,
this.dateApplied,
this.dateApproved,
this.averageRating,
this.rate,
this.rateType,
this.rateSource,
this.rateCurrency,
});