Logger class
Properties
Methods
-
d(
String message) → void -
e(
String message, [Object? error, StackTrace? stackTrace]) → void -
i(
String message) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
w(
String message) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited