also method
T
also(
- dynamic function(
- T it
Implementation
T also(Function(T it) function) {
function(this);
return this;
}
T also(Function(T it) function) {
function(this);
return this;
}