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