CashDrawerShiftSummary constructor

CashDrawerShiftSummary({
  1. String? id,
  2. String? description,
  3. CashDrawerShiftState? state,
  4. String? closedAt,
  5. Money? closedCashMoney,
  6. String? endedAt,
  7. Money? expectedCashMoney,
  8. String? openedAt,
  9. Money? openedCashMoney,
})

Implementation

CashDrawerShiftSummary({
  this.id, this.description, this.state, this.closedAt,
this.closedCashMoney, this.endedAt, this.expectedCashMoney,
this.openedAt, this.openedCashMoney
});