Date constructor

Date(
  1. List<Year>? years,
  2. List<Month>? months,
  3. List<List<Day>>? days, {
  4. dynamic data,
})

Implementation

Date(this.years, this.months, this.days, {this.data});