menu
another_square package
documentation
square_models.dart
BookingsResponse
BookingsResponse.new constructor
BookingsResponse.new constructor
dark_mode
light_mode
BookingsResponse
constructor
BookingsResponse
(
{
String
?
cursor
,
List
<
SquareError
>
?
errors
,
Booking
?
booking
,
List
<
Booking
>
?
bookings
,
})
Implementation
BookingsResponse({ this.cursor, this.errors, this.booking, this.bookings });
another_square package
documentation
square_models
BookingsResponse
BookingsResponse.new constructor
BookingsResponse class