also method
Object
also(
- void function(
- Object
Implementation
Object also(void Function(Object) function) {
function(this);
return this;
}
Object also(void Function(Object) function) {
function(this);
return this;
}