Relation class
A typed edge between two memory entities.
Relations are persisted both inline (in entity frontmatter) and as
standalone relation notes in relations/ for richer metadata.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFrontmatterString(
) → String -
Encodes a relation as a compact frontmatter string:
type|targetortype|target|weight. -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited