DateTime constructor
DateTime({})
Implementation
DateTime({
this.day,
this.hours,
this.minutes,
this.month,
this.nanos,
this.seconds,
this.timeZone,
this.utcOffset,
this.year,
});
DateTime({
this.day,
this.hours,
this.minutes,
this.month,
this.nanos,
this.seconds,
this.timeZone,
this.utcOffset,
this.year,
});