RecurrenceRange.withStartDate constructor

RecurrenceRange.withStartDate(
  1. DateTime? _startDate
)
Initializes a new instance of the The start date.

Implementation

RecurrenceRange.withStartDate(this._startDate) : super();