isSourceById method

bool isSourceById(
  1. V id
)

Implementation

bool isSourceById(V id) => !any((edge) => id == edge.endpoint2);