ScopeFunctionExtension<T> extension
- on
-
- T
Methods
-
also<
S> (S callback(T value)) → S -
Evaluates the
callback
with the receiver as the argument. Returns the results ofcallback
as the return value.
callback
with the receiver as the argument. Returns
the results of callback
as the return value.