NeuronDebugEvent class

Constructors

NeuronDebugEvent({required NeuronDebugEventKind kind, required String id, required dynamic value, required int timestamp, Map<String, dynamic>? meta})
const
NeuronDebugEvent.controller(String id, bool disposed)
factory
NeuronDebugEvent.register(String id, dynamic value, {Map<String, dynamic>? meta})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
kind NeuronDebugEventKind
final
meta Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
final
value → dynamic
final

Methods

copyWith({NeuronDebugEventKind? kind, dynamic value, Map<String, dynamic>? meta}) NeuronDebugEvent
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

wireType(NeuronDebugEventKind kind) String