ModelDatePicker constructor

ModelDatePicker({
  1. int? id,
  2. String? monthName,
  3. int? totalDays,
  4. String? fullDate,
  5. String? onlyDay,
  6. String? weekDay,
  7. String? weekFirstWord,
  8. String? shortMonthName,
})

Implementation

ModelDatePicker(
    {this.id,
    this.monthName,
    this.totalDays,
    this.fullDate,
    this.onlyDay,
    this.weekDay,
    this.weekFirstWord,
    this.shortMonthName});