traces property

List<BloomNetworkTrace> get traces

Chronological list of recorded network traces.

Implementation

static List<BloomNetworkTrace> get traces => UnmodifiableListView(_traces);