CashDrawerShiftEvent constructor

CashDrawerShiftEvent({
  1. String? description,
  2. String? id,
  3. String? createdAt,
  4. String? employeeId,
  5. Money? eventMoney,
  6. CashDrawerEventType? eventType,
})

Implementation

CashDrawerShiftEvent({
  this.description, this.id, this.createdAt,
this.employeeId, this.eventMoney, this.eventType

});