ids property

Set<String> ids

Implementation

Set<String> get ids {
  return keys.map(_graph.getIdForKey).filterNulls.toSet();
}