CreateBreakTypeRequest constructor

CreateBreakTypeRequest({
  1. BreakType? breakType,
  2. String? idempotencyKey,
})

Implementation

CreateBreakTypeRequest({
  this.breakType, this.idempotencyKey
});