DartCallStub class
Instruction for dart side that should call some method of some class instance.
Constructors
-
DartCallStub({required String instanceHash, required String fnName, required List<
DynamicValue> args, required List<DynamicNamedValue> namedArgs}) -
const
Properties
-
args
→ List<
DynamicValue> -
List of positional arguments in function
final
- fnName → String
-
name of function that should be called
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- instanceHash → String
-
Hash is unique id for any instance of any class, used to identify where to call method
final
-
namedArgs
→ List<
DynamicNamedValue> -
List of named arguments of function, empty if no such arguments
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override