InnerLog class
Constructors
- InnerLog()
-
factory
Properties
Methods
-
d(
String? message, [List< Object> ? optionalParams]) → void -
e(
String? message, [List< Object> ? optionalParams]) → void -
i(
String? message, [List< Object> ? optionalParams]) → 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, [List< Object> ? optionalParams]) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited