FunctionCallInstance class
Calls a function.
Example:
for a lambda function defined as () => getTheme()
would call it as getTheme()
- Inheritance
-
- Object
- BaseInstance
- FunctionCallInstance
- Implementers
- Annotations
-
- @immutable
Constructors
- FunctionCallInstance.new({required String name})
-
Create a new instace of FunctionCallInstance
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCode(
) → String -
Transforms the BaseInstance or its implementation into Code (a String)
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited