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