Timber class

Constructors

Timber({bool isEnableTimber = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
isEnableTimber bool
getter/setter pair
logs List<String>
getter/setter pair
maxLengthLine int
getter/setter pair
maxLengthSpace int
getter/setter pair
random Random
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbolCol String
getter/setter pair
symbolCorner String
getter/setter pair
symbolDivider String
getter/setter pair
symbolRow String
getter/setter pair
symbolRows List<String>
getter/setter pair

Methods

add(String line) → dynamic
addAll(List<String> lines) → dynamic
clear() → dynamic
divider({String? tag}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write({String tag = ""}) → dynamic

Operators

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