DateTimePickerUnit.yhm constructor

const DateTimePickerUnit.yhm({
  1. String? year = 'Y',
  2. String? month = 'M',
  3. String? day = 'D',
  4. String? hour = 'H',
  5. String? minute = 'M',
})

Implementation

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