menu
func_dart_core package
documentation
function.dart
FunctionWrapper<S, A>
FunctionWrapper.new constructor
FunctionWrapper.new constructor
dark_mode
light_mode
FunctionWrapper<
S
,
A
>
constructor
FunctionWrapper<
S
,
A
>
(
S
func
(
A
)
)
Implementation
FunctionWrapper(this.func);
func_dart_core package
documentation
function
FunctionWrapper<S, A>
FunctionWrapper.new constructor
FunctionWrapper class