datesToExclude property

List<DateTime>? datesToExclude
final

datesToExclude is a list of dates that will be refrained from selection. If datesToExclude is null, all dates between startDate and endDate will be available for selection.

Implementation

final List<DateTime>? datesToExclude;