LoggerDelegate class
Constructors
Properties
- debug → void Function(String tag, String message)?
-
final
- error → void Function(String tag, String message)?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- info → void Function(String tag, String message)?
-
final
- nativeType → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verbose → void Function(String tag, String message)?
-
final
- warning → void Function(String tag, String message)?
-
final
Methods
-
call(
String methodName, List data) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited