SmartDateService constructor
SmartDateService(
- ISmartDateApi api,
- IFactService factService, {
- bool enableFacts = false,
Implementation
SmartDateService(this.api, this.factService, {this.enableFacts = false});