IRecurringTimeSpanValues constructor

IRecurringTimeSpanValues(
  1. IRecurringTimeSpan yearly_,
  2. IRecurringTimeSpan monthly_,
  3. IRecurringTimeSpan weekly_
)

Implementation

IRecurringTimeSpanValues(this.yearly_,
    this.monthly_,
    this.weekly_) : delegate = List.unmodifiable([yearly_,monthly_,weekly_]);