Break constructor

Break({
  1. String? id,
  2. String? endAt,
  3. String? startAt,
  4. bool? isPaid,
  5. String? expectedDuration,
  6. String? name,
  7. String? breakTypeId,
})

Implementation

Break({
  this.id, this.endAt, this.startAt, this.isPaid, this.expectedDuration,
  this.name, this.breakTypeId
});