TermResult class

Default impl of SmartDateQueryResult

Implemented types
Mixed in types
Available Extensions

Constructors

TermResult.ofDateTime(DateTime resultDate, {String? icon, bool? isRecurring, TimeSpan? recurrence, String? overrideTitle})
TermResult.ofFlexiDate(FlexiDate flexiDate, {String? icon, bool? isRecurring, TimeSpan? recurrence, String? overrideTitle})
TermResult.ofSmartDate(SmartDateQuerySource source, ISmartDate smartDate, DateTime resultDate, {String? icon, String? overrideTitle})

Properties

flexiDate → FlexiDate
The resolved date, as a FlexiDate
final
hashCode int
The hash code for this object.
no setterinherited
hasTime bool?
no setterinherited
icon String?
getter/setter pairoverride-getter
isCard bool
no setterinherited
isFlexible bool
Whether the result is a FlexiDate. If true, then flexiDate should not be null. If false, then resultDate should not be null
final
isRecurring bool?
Whether or not we should automatically set this to recurring
final
isResolved bool
Whether the query resolved to an actual date
no setteroverride
isTimeInferred bool?
Whether the result date has an inferred time.
final
overrideTitle String?
getter/setter pair
recurrence → TimeSpan?
Returns the suggested recurrence for this result. This doesn't necessarily mean that the result should be interpreted as recurring. See isRecurring
final
resultDate DateTime
The resolved date
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection String?
What gets put back into the search box when this item is selected
no setteroverride
smartDateQuery String?
The query that was sent to the SmartDateService
final
source SmartDateQuerySource?
final
subtitle List?
no setterinherited
title String?
no setteroverride
trailing → dynamic
Action text to display in the trailing section;
no setterinherited

Methods

buildListTile(BuildContext context, {bool? isCard, VoidCallback? onTap}) Widget
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSelected(BuildContext context) FutureOr<SmartDateQueryResult?>
inherited
toDueConfig() → ITaskDueConfig
override
toListTile(BuildContext context, {Key? key, bool? isCard, double iconSize = 30, VoidCallback? onTap}) Widget
inherited
toOption() → Option<SmartDateQueryResult>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited