DefaultTalkerHistory class

Base implementation of TalkerHistory to save the history locally

Implemented types

Constructors

DefaultTalkerHistory(TalkerSettings settings, {List<TalkerData>? history})
Take TalkerSettings as required parameter

Properties

hashCode int
The hash code for this object.
no setterinherited
history List<TalkerData>
Return list of history
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings TalkerSettings
Bring TalkerSettings to manage some configuration.
final

Methods

clean() → void
Called when Talker handle cleanHistory. For example, TalkerView handle the Talker.cleanHistory
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(TalkerData data) → void
Called when Talker handle an TalkerDataInterface log
override

Operators

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