timeSlots property

List<TimeSlot?>? timeSlots
final

The list of possible time slots for the activity.

Each TimeSlot object represents a possible window of time in which the activity could take place.

Implementation

final List<TimeSlot?>? timeSlots;