withDateRef method
Implementation
SmartDateQueryResult withDateRef(DateRef ref) {
return DelegatingSmartDateQueryResult(
this,
title: ref.title,
subtitle: ref.subtitle.toStringList(),
icon: ref.iconName,
selection: ref.selection,
);
}