DateTimePickerUnit.mhs constructor

const DateTimePickerUnit.mhs({
  1. DateTimePickerUnitBuilder? builder,
  2. String? month = 'M',
  3. String? day = 'D',
  4. String? hour = 'H',
  5. String? minute = 'M',
  6. String? second = 'S',
})

Implementation

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