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