NeuronDebugSnapshot class

Constructors

NeuronDebugSnapshot({required Map<String, dynamic> signals, required Map<String, dynamic> computed, required List<Map<String, dynamic>> controllers, required List<Map<String, dynamic>> middlewares, required List<Map<String, dynamic>> history, required Map<String, List<Map<String, dynamic>>> perSignalHistory, required Map<String, dynamic> metrics, required int timestamp})

Properties

computed Map<String, dynamic>
final
controllers List<Map<String, dynamic>>
final
hashCode int
The hash code for this object.
no setterinherited
history List<Map<String, dynamic>>
final
metrics Map<String, dynamic>
final
middlewares List<Map<String, dynamic>>
final
perSignalHistory Map<String, List<Map<String, dynamic>>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signals Map<String, dynamic>
final
timestamp int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

encodeEntry(MapEntry<String, dynamic> entry) Map<String, dynamic>