DateComponents constructor
const
DateComponents({})
Implementation
const DateComponents({
this.era,
this.year,
this.month,
this.day,
this.hour,
this.minute,
this.second,
this.nanosecond,
this.weekday,
this.weekdayOrdinal,
this.quarter,
this.weekOfMonth,
this.weekOfYear,
this.yearForWeekOfYear,
});