DateTimePickerUnit.ym constructor

const DateTimePickerUnit.ym({
  1. DateTimePickerUnitBuilder? builder,
  2. String? year = 'Y',
  3. String? month = 'M',
})

Implementation

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