getRelationsBetween abstract method

Iterable<Relation> getRelationsBetween(
  1. String fromNodeId,
  2. String toNodeId, {
  3. bool bothDirections = true,
})

Get relations from a given node to another (by id)

Implementation

Iterable<Relation> getRelationsBetween(String fromNodeId, String toNodeId,
    {bool bothDirections = true});