references property
A list of indices into HeapSnapshotGraph.objects.
Implementation
Uint32List get references => Uint32List.sublistView(_graph._successors,
    _graph._firstSuccessors[_oid], _graph._firstSuccessors[_oid + 1]);A list of indices into HeapSnapshotGraph.objects.
Uint32List get references => Uint32List.sublistView(_graph._successors,
    _graph._firstSuccessors[_oid], _graph._firstSuccessors[_oid + 1]);