SmartDateOptionsHandler constructor

SmartDateOptionsHandler(
  1. OptionsService optionService,
  2. SmartDateService smartDateService
)

Implementation

SmartDateOptionsHandler(
    OptionsService optionService, SmartDateService smartDateService)
    : this.withContext(
        smartDateService,
        optionService: optionService,
        config: const SmartDateOptionsConfig.flexiDate(),
      );