IMemory class abstract

Implemented types
Available Extensions

Constructors

IMemory()

Properties

assistedTask ITaskFactForMModel?
Property getter and setter for assistedTask:
getter/setter pairinherited
author → MKey?
no setterinherited
contactKey ↔ MKey?
getter/setter pairinherited
contactKeys List<MKey>?
Property getter and setter for contactKeys:
getter/setter pair
creator IReliveItContact?
Property getter and setter for creator:
getter/setter pairinherited
dateCreated DateTime
Property getter and setter for dateCreated:
getter/setter pairinherited
details String?
Property getter and setter for details:
getter/setter pair
factSchema IFactSchema
getter/setter pairinherited
factSchemaOrNull IFactSchema?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
isAttribute bool
no setterinherited
isHistory bool
no setterinherited
isPending bool
no setterinherited
location IPhysicalLocation?
Property getter and setter for location:
getter/setter pair
memory String?
Property getter and setter for memory:
getter/setter pair
memoryDate ↔ FlexiDate?
Property getter and setter for memoryDate:
getter/setter pair
mfields Set<String>
no setteroverride
mkey → MKey?
no setterinherited
mtype → MSchemaRef
no setterinherited
organizations List<MKey>?
Property getter and setter for organizations:
getter/setter pair
pets List<MKey>?
Property getter and setter for pets:
getter/setter pair
photos List<IImageContent>?
Property getter and setter for photos:
getter/setter pair
possessions List<MKey>?
Property getter and setter for possessions:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTimestamp bool
no setterinherited
smartNoteDate DateTime?
no setterinherited
traditions List<MKey>?
Property getter and setter for traditions:
getter/setter pair
traits List<MKey>?
Property getter and setter for traits:
getter/setter pair
videos List<IVideoContent>?
Property getter and setter for videos:
getter/setter pair

Methods

clone() IMemory
override
getByPath<T>(JsonPath path) → T
inherited
getDate(IFactMetaDate metaDate, Location location) → TZDateTime?
inherited
getFlexiDate(IFactMetaDate metaDate) → FlexiDate?
inherited
initialize(MKey targetKey, MKey agentKey) FutureOr
inherited
involves(MKey contactId) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setByPath<T>(JsonPath<T> path, T? value) → dynamic
inherited
subtitle(IRef contact) String?
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>
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 Properties

fromJson ↔ _MemoryFromJson
getter/setter pair
of ↔ _MemoryConstructor
getter/setter pair