log method
Logs the object with an optional key
and returns the object.
Implementation
E log([String key = '@']) {
d.log('$key:${toString()}');
return this;
}
Logs the object with an optional key
and returns the object.
E log([String key = '@']) {
d.log('$key:${toString()}');
return this;
}