involvesModule method
- BridgeModule module
inherited
Indicates whether this connection involves the given module on either of
its points.
Implementation
bool involvesModule(BridgeModule module) =>
point1.module == module || point2.module == module;