SmartDateDueConfigBase.of constructor
SmartDateDueConfigBase.of({})
Implementation
SmartDateDueConfigBase.of(
{required String originalQuery, required String interpolatedQuery, required String matchedTerm, bool? hasTime})
: super(<String, dynamic>{}, mtype: SmartDateDueConfigRef) {
this.originalQuery = originalQuery;
this.interpolatedQuery = interpolatedQuery;
this.matchedTerm = matchedTerm;
this.hasTime = hasTime;
}