menu
func_dart_core
function
FunctionWrapper
<
S
,
A
>
FunctionWrapper constructor
FunctionWrapper
brightness_4
brightness_5
FunctionWrapper<
S
,
A
>
constructor
FunctionWrapper<
S
,
A
>
(
S
func
(
A
)
)
Implementation
FunctionWrapper(this.func);
func_dart_core
function
FunctionWrapper
<
S
,
A
>
FunctionWrapper constructor
FunctionWrapper class
Constructors
FunctionWrapper
Properties
func
hashCode
runtimeType
Methods
call
noSuchMethod
toString
Operators
operator ==