SmartDateOptionsHandler.of constructor

SmartDateOptionsHandler.of({
  1. required SmartDateOptionsConfig config,
  2. required String placeholder,
  3. required SmartDateService smartDateService,
})

Implementation

SmartDateOptionsHandler.of({
  required this.config,
  required this.placeholder,
  required SmartDateService smartDateService,
})   : _smartDateService = smartDateService,
      super(Definitions.smartDateQueryResult);