Logo class

Constructors

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

critical(Object? content) Logo
debug(Object? content) Logo
declareLogFunction(void logFunction(String)) Logo
error(Object? content) Logo
getCount() int?
getLevel() LogoLogLevel?
hideTime() Logo
info(Object? content) Logo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Logo
setLevel(LogoLogLevel level) Logo
showTime() Logo
toString() String
A string representation of this object.
inherited
verbose(Object? content) Logo
warning(Object? content) Logo

Operators

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