menu
fconfigproxy package
documentation
utils/fun.dart
Let<T>
let<R> method
let<R> method
dark_mode
light_mode
let<
R
>
method
R
let
<
R
>(
R
block
(
T
)
)
Implementation
R let<R>(R Function(T) block) { return block(this); }
fconfigproxy package
documentation
utils/fun
Let<T>
let<R> method
Let extension on T