DatePickerKeys constructor

DatePickerKeys(
  1. Key previousPageIconKey,
  2. Key nextPageIconKey,
  3. Key selectedPeriodKeys
)

Implementation

DatePickerKeys(
    this.previousPageIconKey, this.nextPageIconKey, this.selectedPeriodKeys);