MemoryInterceptor<DState> class

MemoryInterceptor is used to save the history of the Drip This can be helpful to save the state in debug mode

Inheritance

Constructors

MemoryInterceptor({int historySize = 50})

Properties

hashCode int
The hash code for this object.
no setterinherited
historySize int
The size of the history
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(DripEvent event, DState state) Stream<DState>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print() → void
Print the history of the Drip
toString() String
A string representation of this object.
inherited

Operators

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