FactMetaDate class

Inheritance
Implemented types
Mixed in types
Available Extensions

Constructors

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

Properties

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

Methods

call<T>(dynamic key) → T?
inherited
clone() FactMetaDate
override
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
override
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
override
toJson() → dynamic
override
tokenize() Set<String>
inherited
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) FactMetaDate
override
of({required JsonPath? path, required String? verb, String? label, required MSchemaRef? factRef, bool? isFlexible = false, IRemindableInfo? remindableInfo, required IFactAgent? agent, ITimeSensitivity? timeSensitivity, String? followUpLabel, int? priority, bool? isHistorical = false, bool? isFuture = false, bool? isStart = false, bool? isEnd = false, bool? isExpiration = false, bool? isTimestamp = false, bool? hasTime = false, IFactRecurrence? recurs, List<String>? dateTokens}) FactMetaDate