neighbors property

Set<T> get neighbors

Gets all neighbor nodes

Implementation

Set<T> get neighbors => neighborAdvertisements.keys.toSet();