outDegreeMap property

Map<T, int> outDegreeMap
inherited

outgoing connections.

Implementation

Map<T, int> get outDegreeMap => _outDegreeMap();