TkfMemoryLog class

Constructors

TkfMemoryLog({required bool shouldPrint, bool? logEvents})

Properties

hashCode int
The hash code for this object.
no setterinherited
logEvents bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldPrint bool
final

Methods

add(MemoryLog log, {dynamic addToLog = true}) → void
getAll() List<MemoryLog>
getLvl(LogLvl lvl) List<MemoryLog>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context, {LogLvl? lvl}) Future
toString() String
A string representation of this object.
inherited

Operators

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