DateTime constructor

DateTime({
  1. String? date,
})

Implementation

DateTime({
  this.date,
});