menu
func_dart_core
function
FunctionWrapper
<
S
,
A
>
call method
call
brightness_4
brightness_5
call
method
S
call
(
A
a
)
Allows the wrapped function to be called as an instance method.
Implementation
S call(A a) => func(a);
func_dart_core
function
FunctionWrapper
<
S
,
A
>
call method
FunctionWrapper class
Constructors
FunctionWrapper
Properties
func
hashCode
runtimeType
Methods
call
noSuchMethod
toString
Operators
operator ==