AssistedTaskPaths class

Constructors

AssistedTaskPaths()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

values Set<JsonPath>
final

Constants

assigneeKey → const JsonPath<MKey>
assistedTask → const JsonPath<ITaskFactForMModel>
completionDate → const JsonPath<DateTime>
contactKey → const JsonPath<MKey>
creator → const JsonPath<IReliveItContact>
dateCreated → const JsonPath<DateTime>
displayDate → const JsonPath<DateTime>
displayOffset → const JsonPath<TimeSpan>
dueConfig → const JsonPath<ITaskDueConfig>
dueDate → const JsonPath<DateTime>
frameId → const JsonPath<String>
isAlert → const JsonPath<bool>
isCancelled → const JsonPath<bool>
isNotified → const JsonPath<bool>
isSkippable → const JsonPath<bool>
isUnread → const JsonPath<bool>
linkedFactId → const JsonPath<String>
operationRef → const JsonPath<MOperationRef>
recurrence → const JsonPath<IRecurrence>
result → const JsonPath<MModel>
setup → const JsonPath<MModel>
state → const JsonPath<MModel>
taskDescription → const JsonPath<String>
taskTitle → const JsonPath<String>
timeSensitivity → const JsonPath<ITimeSensitivity>