relatives property

Future<Iterable<Tuple2<Relation, Node>>> relatives

Relatives of this node that can be generated if/when needed. Subclasses must implement this getter, while making sure each generated Relation either starts or ends at this Node.

Implementation

Future<Iterable<Tuple2<Relation, Node>>> get relatives async => [];