also method
T
also(
- void operationFor(
- T it
Implementation
T also(void Function(T it) operationFor) {
operationFor(this);
return this;
}
T also(void Function(T it) operationFor) {
operationFor(this);
return this;
}