FactMetaDateMixin mixin

Implemented types
Mixin Applications

Properties

agent IFactAgent?
Property getter and setter for agent:
getter/setter pairinherited
dateTokens List<String>?
Property getter and setter for dateTokens:
getter/setter pairinherited
diffHashCode int
no setterinherited
diffKey → dynamic
For Diffable
no setterinherited
diffSource → dynamic
For Diffable
no setterinherited
factRef ↔ MSchemaRef?
Property getter and setter for factRef:
getter/setter pairinherited
followUpLabel String?
Property getter and setter for followUpLabel:
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hasTime bool?
Property getter and setter for hasTime:
getter/setter pairinherited
id String?
no setterinherited
ignoredPaths Set<JsonPath>
no setterinherited
isActionable bool
no setter
isEnd bool?
Property getter and setter for isEnd:
getter/setter pairinherited
isExpiration bool?
Property getter and setter for isExpiration:
getter/setter pairinherited
isFlexible bool?
Property getter and setter for isFlexible:
getter/setter pairinherited
isFuture bool?
Property getter and setter for isFuture:
getter/setter pairinherited
isHistorical bool?
Property getter and setter for isHistorical:
getter/setter pairinherited
isRecurring bool
no setter
isStart bool?
Property getter and setter for isStart:
getter/setter pairinherited
isTimeSensitive bool
no setter
isTimestamp bool?
Property getter and setter for isTimestamp:
getter/setter pairinherited
label String?
Property getter and setter for label:
getter/setter pairinherited
mfields Set<String>
no setterinherited
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mtype → MSchemaRef
no setterinherited
path ↔ JsonPath?
Property getter and setter for path:
getter/setter pairinherited
priority int?
Property getter and setter for priority:
getter/setter pairinherited
recordKey → RecordKey?
no setterinherited
recurs IFactRecurrence?
Property getter and setter for recurs:
getter/setter pairinherited
remindableInfo IRemindableInfo?
Property getter and setter for remindableInfo:
getter/setter pairinherited
remindLabel String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSensitivity ITimeSensitivity?
Property getter and setter for timeSensitivity:
getter/setter pairinherited
verb String?
Property getter and setter for verb:
getter/setter pairinherited
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() IFactMetaDate
inherited
diffEquals(dynamic other) bool
inherited
diffIdentical(dynamic other) bool
inherited
get(String name) → dynamic
inherited
getByPath<T>(JsonPath path) → T
inherited
has(String fieldName) 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
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
inherited
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
inherited
toJson() → dynamic
inherited
tokenize() Set<String>
toMap() Map<String, dynamic>
For RouteParams - move at some point?
inherited
toString() String
A string representation of this object.
inherited

Operators

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