buildQuery method
Creates the query to be sent to SmartDate (natty)
Implementation
String buildQuery(TZDateTime resolvedDate) => originalQuery!.replaceAll(matchedTerm!, resolvedDate.resolvedDateString);
Creates the query to be sent to SmartDate (natty)
String buildQuery(TZDateTime resolvedDate) => originalQuery!.replaceAll(matchedTerm!, resolvedDate.resolvedDateString);