DateTimeFormat constructor Null safety

DateTimeFormat(
  1. String date,
  2. String time
)

Implementation

DateTimeFormat(this.date, this.time);