CrewActuals constructor

CrewActuals({
  1. String? crew,
  2. String? totalCost,
  3. String? costCurrency,
})

Implementation

CrewActuals({
  this.crew,
  this.totalCost,
  this.costCurrency,
});