SmartDateService constructor

SmartDateService(
  1. ISmartDateApi api,
  2. IFactService factService, {
  3. bool enableFacts = false,
})

Implementation

SmartDateService(this.api, this.factService, {this.enableFacts = false});