DateItemModel constructor

DateItemModel(
  1. bool year,
  2. bool month,
  3. bool day,
  4. bool hour,
  5. bool minute,
  6. bool second,
)

Implementation

DateItemModel(
  this.year,
  this.month,
  this.day,
  this.hour,
  this.minute,
  this.second,
);