DateChooseBaseBean constructor

DateChooseBaseBean({
  1. DatePickerType? datePickerType,
  2. String? minDate,
  3. String? maxDate,
  4. String? recommendChooseDate,
  5. String? realChooseDate,
  6. bool? allowChangeDefaultDate,
})

Implementation

DateChooseBaseBean({
  this.datePickerType,
  this.minDate,
  this.maxDate,
  this.recommendChooseDate,
  this.realChooseDate,
  // this.forceChooseDefaultDate,
  this.allowChangeDefaultDate,
});