AssistedTask class

Inheritance
Implemented types
Mixed in types
  • AssistedTaskMixin
  • BaseFactMixin
Available Extensions

Constructors

AssistedTask(Map<String, dynamic> wrapped, {MSchemaRef mtype = AssistedTaskRef, bool update = true})

Properties

assigneeKey ↔ MKey?
Property getter and setter for assigneeKey:
getter/setter pairoverride
assistedTask ITaskFactForMModel?
Property getter and setter for assistedTask:
getter/setter pairinherited
author → MKey?
no setterinherited
completionDate DateTime?
Property getter and setter for completionDate:
getter/setter pairinherited
contactKey ↔ MKey?
getter/setter pairoverride
creator ↔ IReliveItContact?
Property getter and setter for creator:
getter/setter pairinherited
dateCreated DateTime?
Property getter and setter for dateCreated:
getter/setter pairinherited
diffHashCode int
no setterinherited
diffKey → dynamic
no setterinherited
diffSource → dynamic
no setterinherited
displayDate DateTime?
Property getter and setter for displayDate:
getter/setter pairinherited
displayOffset ↔ TimeSpan?
Property getter and setter for displayOffset:
getter/setter pairinherited
dueConfig ITaskDueConfig?
Property getter and setter for dueConfig:
getter/setter pairinherited
dueDate DateTime?
Property getter and setter for dueDate:
getter/setter pairinherited
dueOrDisplayDate DateTime?
no setterinherited
factSchema ↔ IFactSchema
getter/setter pairinherited
factSchemaOrNull → IFactSchema?
no setterinherited
formattedDueLabel String
no setterinherited
frameId String?
Property getter and setter for frameId:
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
ignoredPaths Set<JsonPath>
no setterinherited
isAlert bool?
Property getter and setter for isAlert:
getter/setter pairinherited
isAttribute bool
no setterinherited
isCancelled bool?
Property getter and setter for isCancelled:
getter/setter pairinherited
isComplete bool
no setterinherited
isCompleted bool
no setterinherited
isDue bool
no setterinherited
isHistorical bool
no setterinherited
isHistory bool
no setterinherited
isNotified bool?
Property getter and setter for isNotified:
getter/setter pairinherited
isPending bool
no setterinherited
isSkippable bool
Property getter and setter for isSkippable:
getter/setter pairinherited
isUnread bool?
Property getter and setter for isUnread:
getter/setter pairinherited
linkedFactId String?
Property getter and setter for linkedFactId:
getter/setter pairoverride
mfields Set<String>
no setteroverride
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mmeta ↔ MMeta
getter/setter pairinherited
mtype → MSchemaRef
no setterinherited
operationRef ↔ MOperationRef?
Property getter and setter for operationRef:
getter/setter pairinherited
recordKey → RecordKey?
no setterinherited
recurrence IRecurrence?
Property getter and setter for recurrence:
getter/setter pairoverride
result ↔ MModel?
Property getter and setter for result:
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setup ↔ MModel?
Property getter and setter for setup:
getter/setter pairinherited
showTimestamp bool
no setterinherited
smartNoteDate DateTime?
no setterinherited
state ↔ MModel?
Property getter and setter for state:
getter/setter pairinherited
taskDescription String?
Property getter and setter for taskDescription:
getter/setter pairinherited
taskTitle String?
Property getter and setter for taskTitle:
getter/setter pairinherited
timeSensitivity ITimeSensitivity?
Property getter and setter for timeSensitivity:
getter/setter pairinherited
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() IAssistedTask
override
diffEquals(dynamic other) bool
inherited
diffIdentical(dynamic other) bool
inherited
get(String name) → dynamic
inherited
getByPath<T>(JsonPath path) → T
inherited
getDate(IFactMetaDate metaDate, Location location) → TZDateTime?
inherited
getFlexiDate(IFactMetaDate metaDate) → FlexiDate?
inherited
has(String fieldName) bool
inherited
icon(IRef contact, {bool? circular, double? size = kTileIconSize}) Widget?
inherited
initialize(MKey targetKey, MKey agentKey) → void
inherited
involves(MKey contactId) bool
inherited
jpath<T>(JsonPath<T> path, [T? value]) → T?
inherited
modified() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prune(Set<String> fields) → void
inherited
setByPath<T>(JsonPath<T> path, T? value) → dynamic
inherited
subtitle(IRef contact) String?
inherited
sync([Set<String>? fields]) → void
There are some weird cases where collections aren't synced properly with the underlying json. This will overwrite the json with the latest value of the variable.
inherited
takeFrom(dynamic source) → void
override
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
override
title(IRef contact) String
inherited
toJson() → dynamic
override
toMap() Map<String, dynamic>
For RouteParams - move at some point?
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
override
operator []=(String key, dynamic value) → void
override

Static Methods

fromJson(dynamic wrapped) AssistedTask
override
of({IReliveItContact? creator, required DateTime? dateCreated, ITaskFactForMModel? assistedTask, DateTime? displayDate, DateTime? dueDate, DateTime? completionDate, String? taskTitle, String? taskDescription, ITimeSensitivity? timeSensitivity, bool? isCancelled = false, ITaskDueConfig? dueConfig, TimeSpan? displayOffset, bool? isAlert = false, bool? isSkippable = false, MModel? state, MModel? result, MOperationRef? operationRef, bool? isUnread = false, bool? isNotified = false, MModel? setup, MKey? contactKey, MKey? assigneeKey, String? frameId, String? linkedFactId, IRecurrence? recurrence}) AssistedTask