TimeConstraint constructor

TimeConstraint({
  1. String? activityDomain,
  2. List<TimeSlot?>? timeSlots,
})

Creates a new instance of TimeConstraint.

Both parameters are optional.

Implementation

TimeConstraint({this.activityDomain, this.timeSlots});