let
R
let<
Apply function op to this value if non-null and return the result.
Implementation
R let<R>(R Function(T) op) => op(this);
R
let<
Apply function op to this value if non-null and return the result.
R let<R>(R Function(T) op) => op(this);