menu
stl
stl.dart
Box
<
T
>
call method
call
dark_mode
light_mode
call
method
T
call
(
)
Unboxes the value implicitly when called functionally.
Implementation
T call() => value;
stl
stl
Box
<
T
>
call method
Box class