BreakType constructor

BreakType({
  1. String? updatedAt,
  2. String? id,
  3. String? createdAt,
  4. String? locationId,
  5. int? version,
  6. String? breakMame,
  7. String? expectedDuration,
  8. bool? isPaid,
})

Implementation

BreakType({

    this.updatedAt, this.id, this.createdAt, this.locationId,
this.version, this.breakMame, this.expectedDuration, this.isPaid
});