references property

Uint32List references

A list of indices into HeapSnapshotGraph.objects.

Implementation

Uint32List get references => Uint32List.sublistView(_graph._successors,
    _graph._firstSuccessors[_oid], _graph._firstSuccessors[_oid + 1]);