FactSmartDateQuerySource constructor

FactSmartDateQuerySource(
  1. IFactSchema factSchema,
  2. IFactMetaDate metaDate,
  3. IFact fact,
  4. FlexiDate? resolvedFlexiDate,
  5. TZDateTime resolvedDate,
  6. IRef? contact, {
  7. String? smartDateQuery,
  8. String? selection,
})

Implementation

FactSmartDateQuerySource(
    this.factSchema, this.metaDate, IFact this.fact, this.resolvedFlexiDate, this.resolvedDate, this.contact,
    {this.smartDateQuery, this.selection});