externalProperties property

List<HeapSnapshotExternalProperty> externalProperties

The list of external properties found in this snapshot.

Implementation

List<HeapSnapshotExternalProperty> get externalProperties =>
    _externalProperties;