Butter class

Provider of first class butter library objects and settings

Constructors

Butter()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

d → dynamic
Shorthand for the debug log
no setter
e → dynamic
Shorthand for the erro log
no setter
f → dynamic
Shorthand for the fata log
no setter
i → dynamic
Shorthand for the info log
no setter
level LogLevel
Sets the log level
no getter
log → Logger
The logger object
no setter
showFxLogs bool
If true, the framework logs will be appear on the console
getter/setter pair
showTimestamp bool
If true, appends the timestamp on the logs
getter/setter pair
v → dynamic
Shorthand for the verbose log
no setter
w → dynamic
Shorthand for the warning log
no setter