Date constructor

Date({
  1. String? date,
})

Implementation

Date({
  this.date
});