DateTimePickerUnit.md constructor

const DateTimePickerUnit.md({
  1. String? month = 'M',
  2. String? day = 'D',
})

Implementation

const DateTimePickerUnit.md({
  this.month = 'M',
  this.day = 'D',
})  : year = null,
      hour = null,
      minute = null,
      second = null;