values property

List<BookingValues> values
final

List of BookingValues which will fill the BookingRangeSlider by the isAvailable property of BookingValues. Not every range is needed to be filled - the rest of unfilled area will be filled with green BookingValues values by default.

BookingValues must not overlap!

Implementation

final List<BookingValues> values;