history property

List<NeuronDebugEvent> get history

Implementation

List<NeuronDebugEvent> get history =>
    List<NeuronDebugEvent>.unmodifiable(_history);