DevMPJSHost class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onCallDartFunction ↔ dynamic Function(String, String, List)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
applyFunction(
String? thisRef, List arguments, String objectRef) → dynamic -
callMethod(
dynamic method, List arguments, String objectRef) → dynamic -
newObject(
String clazz, List? arguments) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
plainValueOfObject(
String objectRef) → dynamic -
returnCallDartFunctionResult(
String funcCallId, dynamic result) → dynamic -
setValueOfObject(
dynamic key, dynamic value, String objectRef) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
valueOfObject(
dynamic key, String objectRef) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
final