BreakTypeResponse constructor

BreakTypeResponse({
  1. String? cursor,
  2. List<BreakType>? breakTypes,
  3. List<SquareError>? errors,
  4. BreakType? breakType,
})

Implementation

BreakTypeResponse({
  this.cursor, this.breakTypes, this.errors, this.breakType
});