hasWire method

bool hasWire(
  1. Wire wire
)

Implementation

bool hasWire(Wire<dynamic> wire) {
  return _wireById.containsKey(wire.id);
}