NeuronDebugRegistry class

Properties

hashCode int
The hash code for this object.
no setterinherited
history List<NeuronDebugEvent>
no setter
historyLimit int
getter/setter pair
isEnabled bool
no setter
metricsProvider Map<String, dynamic> Function()?
getter/setter pair
notifiers Map<String, NeuronAtom>
no setter
perSignalHistory Map<String, List<NeuronDebugEvent>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearHistory() → void
disable() → void
enable() → void
idForNotifier(NeuronAtom notifier) String?
Lookup the registered id for a notifier, if any.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordMiddlewareEvent(String name, Map<String, dynamic> payload) → void
registerController(Object controller) → void
registerNotifier({required Object controller, required NeuronAtom notifier, String? debugLabel, String kind = 'signal'}) String
setSignalHistoryLimit(String id, int limit) → void
snapshot() NeuronDebugSnapshot
toString() String
A string representation of this object.
inherited
unregisterController(Object controller) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance NeuronDebugRegistry
final