BookingsResponse constructor

BookingsResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. Booking? booking,
  4. List<Booking>? bookings,
})

Implementation

BookingsResponse({
  this.cursor, this.errors, this.booking, this.bookings
});