EdgeType class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isValid(String edgeType) bool
Checks if a string is a valid edge type.

Constants

belongsTo → const String
Ownership or grouping relationship.
contains → const String
Source contains or includes target.
createdFrom → const String
Source was generated/created from target.
dependsOn → const String
Source requires target to function.
derivedFrom → const String
Source was derived or modified from target.
migratedFrom → const String
Revision was migrated from the target revision or migration tombstone.
producedBy → const String
Result revision was produced by the target FlowRun revision.
referenced → const String
Soft reference relationship.
supersedes → const String
Source replaces or supersedes target (belief revision).
supports → const String
Source corroborates or supports target (evidence chains).
values → const List<String>
The standard edge types this SDK names as constants.