Debug class

Constructors

Debug()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stdIOPrettifier String Function(LogRecord record)
getter/setter pair
useStdIO bool
getter/setter pair

Methods

info(dynamic msg) → void
init() → void
listen(void listener(LogRecord record)) StreamSubscription<LogRecord>
newPhase(String phaseName) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ohno(dynamic msg) → void
toString() String
A string representation of this object.
inherited
warn(dynamic msg) → void
watchdog(dynamic msg) → void

Operators

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

Static Methods

isPhase(LogRecord record) bool
timed(String actionName, {required void action(), void onDone(Duration time)?}) → void