hasNodeID method

bool hasNodeID(
  1. String id
)

Implementation

bool hasNodeID(String id) => _registry.containsKey(id);