ShiftResponse constructor

ShiftResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. Shift? shift,
  4. List<Shift>? shifts,
})

Implementation

ShiftResponse({
  this.cursor, this.errors, this.shift, this.shifts
});